Skip to content

Commit

Permalink
fixing for the mac. following the changes found here
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrumm authored and automatthew committed Feb 17, 2009
1 parent 049861a commit 4ba14db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/rsruby.c
Expand Up @@ -101,7 +101,7 @@ void r_finalize(void)
R_dot_Last();
R_RunExitFinalizers();
CleanEd();
KillAllDevices();
Rf_KillAllDevices();

if((tmpdir = getenv("R_SESSION_TMPDIR"))) {
snprintf((char *)buf, 1024, "rm -rf %s", tmpdir);
Expand Down

0 comments on commit 4ba14db

Please sign in to comment.