Skip to content

Commit

Permalink
error apparently missing from MacOS C library
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlancaster committed Feb 25, 2024
1 parent e1d5fa9 commit b92dc28
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/haplo-stats/haplo_em_pin.c
Original file line number Diff line number Diff line change
Expand Up @@ -1152,7 +1152,8 @@ static void errmsg(char *string){
/* PROBLEM "%s", string RECOVER(NULL_ENTRY);
Replace with call to Rf_error for R 4.1.x
*/
Rf_error(string, "%s");
//Rf_error(string, "%s");
REprintf("%s", string);
}


Expand Down

0 comments on commit b92dc28

Please sign in to comment.