Revision: 380
http://rpy.svn.sourceforge.net/rpy/?rev=380&view=rev
Author: warnes
Date: 2007-11-29 07:59:45 -0800 (Thu, 29 Nov 2007)
Log Message:
-----------
Apply tiny patch to fix Win32 startup problem.
Modified Paths:
--------------
trunk/rpy/src/RPy.h
trunk/rpy/src/rpymodule.c
Modified: trunk/rpy/src/RPy.h
===================================================================
--- trunk/rpy/src/RPy.h 2007-11-20 02:18:57 UTC (rev 379)
+++ trunk/rpy/src/RPy.h 2007-11-29 15:59:45 UTC (rev 380)
@@ -161,6 +161,8 @@
extern void R_WriteConsole(char *, int);
extern int R_ReadConsole(char *, unsigned char *, int, int);
extern void R_ProcessEvents(void);
+
+/* Windows R DLL Calls */
extern char *getDLLVersion();
extern void R_DefParams(Rstart);
extern void R_SetParams(Rstart);
Modified: trunk/rpy/src/rpymodule.c
===================================================================
--- trunk/rpy/src/rpymodule.c 2007-11-20 02:18:57 UTC (rev 379)
+++ trunk/rpy/src/rpymodule.c 2007-11-29 15:59:45 UTC (rev 380)
@@ -1813,7 +1813,7 @@
R_DefParams(Rp);
/* set R_HOME */
- Rp->rhome = xstr(RHOME);
+ Rp->rhome = RHOME;
index = strlen(RUSER) - 1;
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell. From the desktop to the data center, Linux is going
mainstream. Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
rpy-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/rpy-list