summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a90ee35)
raw | patch | inline | side by side (parent: a90ee35)
author | ishmal <ishmal@users.sourceforge.net> | |
Wed, 7 Nov 2007 20:29:15 +0000 (20:29 +0000) | ||
committer | ishmal <ishmal@users.sourceforge.net> | |
Wed, 7 Nov 2007 20:29:15 +0000 (20:29 +0000) |
buildtool.cpp | patch | blob | history |
diff --git a/buildtool.cpp b/buildtool.cpp
index 94a430da38fcfb06f2f44c389d0e07a985ae5e3b..42c6c3719ab8bfe7f756f3ef8b972c32b5984bc3 100644 (file)
--- a/buildtool.cpp
+++ b/buildtool.cpp
*
*/
-#define BUILDTOOL_VERSION "BuildTool v0.7.1, 2007 Bob Jamison"
+#define BUILDTOOL_VERSION "BuildTool v0.7.2, 2007 Bob Jamison"
#include <stdio.h>
#include <fcntl.h>
}
else if (arg.size()>2 && sequ(arg, "-D"))
{
- String s = arg.substr(2, s.size());
+ String s = arg.substr(2, arg.size());
String name, value;
if (!parseProperty(s, name, value))
{