|
From: <cre...@us...> - 2006-07-11 21:58:53
|
Revision: 1458 Author: creecode Date: 2006-07-11 14:58:51 -0700 (Tue, 11 Jul 2006) ViewCVS: http://svn.sourceforge.net/frontierkernel/?rev=1458&view=rev Log Message: ----------- remove erroneous // Modified Paths: -------------- Frontier/branches/FSRef_Migration/Common/source/langpack.c Modified: Frontier/branches/FSRef_Migration/Common/source/langpack.c =================================================================== --- Frontier/branches/FSRef_Migration/Common/source/langpack.c 2006-07-11 21:56:52 UTC (rev 1457) +++ Frontier/branches/FSRef_Migration/Common/source/langpack.c 2006-07-11 21:58:51 UTC (rev 1458) @@ -862,7 +862,7 @@ #endif // MACVERSION - #ifdef // WIN95VERSION + #ifdef WIN95VERSION if ( isemptystring ( fsname ( fs ) ) ) fs = nil; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |