[fdo-commits] r679 - branches/fdordbms-postgis/Providers/GenericRdbms/Src/SchemaMgr/Ph

svn_fdo at osgeo.org svn_fdo at osgeo.org
Mon Jan 22 21:18:54 EST 2007


Author: mloskot
Date: 2007-01-22 21:18:54 -0500 (Mon, 22 Jan 2007)
New Revision: 679

Modified:
   branches/fdordbms-postgis/Providers/GenericRdbms/Src/SchemaMgr/Ph/Mgr.cpp
Log:
Added TODO comment to check forward slash in Windows path. Marked with 'TODO: mloskot -' marker.

Modified: branches/fdordbms-postgis/Providers/GenericRdbms/Src/SchemaMgr/Ph/Mgr.cpp
===================================================================
--- branches/fdordbms-postgis/Providers/GenericRdbms/Src/SchemaMgr/Ph/Mgr.cpp	2007-01-23 02:15:44 UTC (rev 678)
+++ branches/fdordbms-postgis/Providers/GenericRdbms/Src/SchemaMgr/Ph/Mgr.cpp	2007-01-23 02:18:54 UTC (rev 679)
@@ -261,11 +261,15 @@
     *stack_top = 'i';           /* Default to including lines of text */
     inside_comment = FALSE;
 
+    //
+    // TODO: mloskot - Check this forward slash on Windows!
+    //
     FdoStringP fullFileName = FdoStringP::Format(
         L"%ls/%ls",
         (FdoString*) GetHomeDir(),
         (FdoString*) fileName
     );
+
 #ifdef _WIN32
     init_file = _wfopen( (const wchar_t*) fullFileName, L"rt" );
 #else



More information about the fdo-commits mailing list