[mapguide-commits] r9750 - sandbox/jng/flatten_exceptions/Common/Foundation/System

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Thu Oct 22 08:52:00 PDT 2020


Author: jng
Date: 2020-10-22 08:52:00 -0700 (Thu, 22 Oct 2020)
New Revision: 9750

Modified:
   sandbox/jng/flatten_exceptions/Common/Foundation/System/Util.cpp
Log:
Fix linux build

Modified: sandbox/jng/flatten_exceptions/Common/Foundation/System/Util.cpp
===================================================================
--- sandbox/jng/flatten_exceptions/Common/Foundation/System/Util.cpp	2020-10-22 15:43:37 UTC (rev 9749)
+++ sandbox/jng/flatten_exceptions/Common/Foundation/System/Util.cpp	2020-10-22 15:52:00 UTC (rev 9750)
@@ -860,7 +860,7 @@
         {
             MgStringCollection arguments;
             arguments.Add(MgUtil::LinuxFilesystemMeminfo);
-            throw new MgException(MgExceptionCodes::MgFileNotFoundException", L"MgUtil.GetLinuxMemoryStatus", __LINE__, __WFILE__, &arguments, L"", NULL);
+            throw new MgException(MgExceptionCodes::MgFileNotFoundException, L"MgUtil.GetLinuxMemoryStatus", __LINE__, __WFILE__, &arguments, L"", NULL);
         }
 
         /*



More information about the mapguide-commits mailing list