[Wsplgen-commits] r124 - trunk/src
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Wed Sep 17 09:29:27 CEST 2008
Author: mrchip
Date: 2008-09-17 09:29:27 +0200 (Wed, 17 Sep 2008)
New Revision: 124
Modified:
trunk/src/parameter.cpp
Log:
Parameter -NOPROWARN nun korrekt implementiert
Modified: trunk/src/parameter.cpp
===================================================================
--- trunk/src/parameter.cpp 2008-09-14 17:23:05 UTC (rev 123)
+++ trunk/src/parameter.cpp 2008-09-17 07:29:27 UTC (rev 124)
@@ -606,7 +606,7 @@
write_fortschritt("Ausgabe-Datei: '%s'\n", FileNameAusgabe.c_str());
}
- else if (Parameter.substr(0, 8) == "-SAVE2DM" || Parameter.substr(0, 8) == "-save2dm")
+ else if (Parameter.substr(0, 11) == "-NOPROJWARN" || Parameter.substr(0, 11) == "-noprojwarn")
{
///////////////////////////////////////////////
// NOPROJWARN
More information about the Wsplgen-commits
mailing list