|
From: John M M. <jo...@us...> - 2004-09-23 16:33:28
|
Update of /cvsroot/squeak/squeak/platforms/Mac OS/vm In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16205/squeak/platforms/Mac OS/vm Modified Files: sqMacExternalPrims.c Log Message: 3.7.5b4 Fix compiler warning messages. Index: sqMacExternalPrims.c =================================================================== RCS file: /cvsroot/squeak/squeak/platforms/Mac OS/vm/sqMacExternalPrims.c,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** sqMacExternalPrims.c 3 Sep 2004 00:20:19 -0000 1.8 --- sqMacExternalPrims.c 23 Sep 2004 16:33:19 -0000 1.9 *************** *** 225,229 **** /* copy the file name into a null-terminated C string */ ! sqFilenameFromString(cFileName, tempDirPath, strlen(tempDirPath)); filePath = CFStringCreateWithBytes(kCFAllocatorDefault,(UInt8 *)cFileName,strlen(cFileName),gCurrentVMEncoding,false); --- 225,229 ---- /* copy the file name into a null-terminated C string */ ! sqFilenameFromString(cFileName, (int) tempDirPath, strlen(tempDirPath)); filePath = CFStringCreateWithBytes(kCFAllocatorDefault,(UInt8 *)cFileName,strlen(cFileName),gCurrentVMEncoding,false); |