[fdo-commits] r119 - branches/3.2.x/Providers/ArcSDE/Src/UnitTest
svn_fdo at osgeo.org
svn_fdo at osgeo.org
Fri Jan 26 08:23:52 EST 2007
Author: jacklee
Date: 2007-01-26 08:23:52 -0500 (Fri, 26 Jan 2007)
New Revision: 119
Modified:
branches/3.2.x/Providers/ArcSDE/Src/UnitTest/ArcSDETests.h
Log:
Fixed Linux build
Modified: branches/3.2.x/Providers/ArcSDE/Src/UnitTest/ArcSDETests.h
===================================================================
--- branches/3.2.x/Providers/ArcSDE/Src/UnitTest/ArcSDETests.h 2007-01-26 12:32:08 UTC (rev 118)
+++ branches/3.2.x/Providers/ArcSDE/Src/UnitTest/ArcSDETests.h 2007-01-26 13:23:52 UTC (rev 119)
@@ -37,7 +37,7 @@
#else
bufferIndex = (bufferIndex+1) % 10;
wcscpy(buffer[bufferIndex], name);
- return wcsupr(buffer[bufferIndex]);
+ return FdoCommonOSUtil::wcsupr(buffer[bufferIndex]);
#endif
}
More information about the fdo-commits
mailing list