[rkward-cvs] rkward/rkward/rbackend rthread.cpp,1.35,1.36
Thomas Friedrichsmeier
tfry at users.sourceforge.net
Mon Apr 17 12:09:53 UTC 2006
Update of /cvsroot/rkward/rkward/rkward/rbackend
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15516
Modified Files:
rthread.cpp
Log Message:
R 2.3.0 needs it this way, unfortunately
Index: rthread.cpp
===================================================================
RCS file: /cvsroot/rkward/rkward/rkward/rbackend/rthread.cpp,v
retrieving revision 1.35
retrieving revision 1.36
diff -C2 -d -r1.35 -r1.36
*** rthread.cpp 16 Apr 2006 23:01:22 -0000 1.35
--- rthread.cpp 17 Apr 2006 12:09:51 -0000 1.36
***************
*** 382,386 ****
if (error) status |= LibLoadFail;
int c;
! paths = getCommandAsStringVector ("library.dynam (\"rkward\", \"rkward\")$path\n", &c, &error);
if ((error) || (c != 1)) {
status |= LibLoadFail;
--- 382,386 ----
if (error) status |= LibLoadFail;
int c;
! paths = getCommandAsStringVector ("library.dynam (\"rkward\", \"rkward\")[[\"path\"]]\n", &c, &error);
if ((error) || (c != 1)) {
status |= LibLoadFail;
More information about the rkward-tracker
mailing list