[Box Backup-dev] COMMIT r265 - box/chris/win32/vc2005-compile-fixes/test/win32

boxbackup-dev at fluffy.co.uk boxbackup-dev at fluffy.co.uk
Thu Dec 22 00:39:45 GMT 2005


Author: chris
Date: 2005-12-22 00:39:44 +0000 (Thu, 22 Dec 2005)
New Revision: 265

Modified:
   box/chris/win32/vc2005-compile-fixes/test/win32/testlibwin32.cpp
Log:
* testlibwin32.cpp
- Fixed another POSIX function that now needs underscores


Modified: box/chris/win32/vc2005-compile-fixes/test/win32/testlibwin32.cpp
===================================================================
--- box/chris/win32/vc2005-compile-fixes/test/win32/testlibwin32.cpp	2005-12-22 00:38:45 UTC (rev 264)
+++ box/chris/win32/vc2005-compile-fixes/test/win32/testlibwin32.cpp	2005-12-22 00:39:44 UTC (rev 265)
@@ -12,7 +12,7 @@
 
 int main(int argc, char* argv[])
 {
-	chdir("c:\\tmp");
+	_chdir("c:\\tmp");
 	openfile("test", O_CREAT, 0);
 	struct stat ourfs;
 	//test our opendir, readdir and closedir




More information about the Boxbackup-dev mailing list