[Box Backup-dev] COMMIT r511 - box/chris/general/test/win32

boxbackup-dev@fluffy.co.uk boxbackup-dev@fluffy.co.uk
Sat, 25 Feb 2006 20:08:12 +0000 (GMT)


Author: chris
Date: 2006-02-25 20:08:11 +0000 (Sat, 25 Feb 2006)
New Revision: 511

Modified:
   box/chris/general/test/win32/testlibwin32.cpp
Log:
* win32/testlibwin32.cpp
- Removed an unused local variable


Modified: box/chris/general/test/win32/testlibwin32.cpp
===================================================================
--- box/chris/general/test/win32/testlibwin32.cpp	2006-02-25 20:07:48 UTC (rev 510)
+++ box/chris/general/test/win32/testlibwin32.cpp	2006-02-25 20:08:11 UTC (rev 511)
@@ -130,10 +130,10 @@
 
 	closelog();
 
+	/*
 	//first off get the path name for the default 
 	char buf[MAX_PATH];
 	
-	/*
 	GetModuleFileName(NULL, buf, sizeof(buf));
 	std::string buffer(buf);
 	std::string conf("-c " + buffer.substr(0,(buffer.find("win32test.exe"))) + "bbackupd.conf");