[Vm-dev] [commit] r2481 - And the VM path must be terminated with a /.

commits at squeakvm.org commits at squeakvm.org
Sat Jul 30 20:48:09 UTC 2011


Author: eliot
Date: 2011-07-30 13:48:09 -0700 (Sat, 30 Jul 2011)
New Revision: 2481

Modified:
   branches/Cog/platforms/Cross/vm/sqSCCSVersion.h
   branches/Cog/platforms/Mac OS/vm/sqMacImageIO.c
Log:
And the VM path must be terminated with a /.



Property changes on: branches/Cog/platforms/Cross/vm/sqSCCSVersion.h
___________________________________________________________________
Modified: checkindate
   - Sat Jul 30 13:44:56 PDT 2011
   + Sat Jul 30 13:47:55 PDT 2011

Modified: branches/Cog/platforms/Mac OS/vm/sqMacImageIO.c
===================================================================
--- branches/Cog/platforms/Mac OS/vm/sqMacImageIO.c	2011-07-30 20:45:12 UTC (rev 2480)
+++ branches/Cog/platforms/Mac OS/vm/sqMacImageIO.c	2011-07-30 20:48:09 UTC (rev 2481)
@@ -33,7 +33,7 @@
 extern char **argVec;
 
 	ux2sqPath(argVec[0], strlen(argVec[0]), path, VMPATH_SIZE,1);	
-	strcpy(strstr(path,"MacOS/"),"Resources");
+	strcpy(strstr(path,"MacOS/"),"Resources/");
 }
 #endif /* NewspeakVM */
 



More information about the Vm-dev mailing list