r3366 - trunk/libmutil/source

erik at minisip.org erik at minisip.org
Tue Aug 14 19:32:07 CEST 2007


Author: erik
Date: 2007-08-14 19:32:06 +0200 (Tue, 14 Aug 2007)
New Revision: 3366

Modified:
   trunk/libmutil/source/FileSystemUtils.cxx
Log:

 * MingW32 compile failed on a line that seems to have no purpose. It's
   removed now.



Modified: trunk/libmutil/source/FileSystemUtils.cxx
===================================================================
--- trunk/libmutil/source/FileSystemUtils.cxx	2007-08-14 14:13:32 UTC (rev 3365)
+++ trunk/libmutil/source/FileSystemUtils.cxx	2007-08-14 17:32:06 UTC (rev 3366)
@@ -54,7 +54,7 @@
 	// error it returns a handle greater than -1.
 	long h = _findfirsti64(dirComplete.c_str(), &data);
 	if(h >= 0) {
-		FILELIST thisList;
+		//FILELIST thisList;
 		// add empty FILELIST structure to the linked list argument
 		//theList.push_back(thisList);
 		// get pointer to the FILELIST just added to the linked list above.



More information about the Minisip-devel mailing list