aboutsummaryrefslogtreecommitdiffstats
path: root/main.cpp
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2017-01-13 10:42:55 -0500
committerClyne Sullivan <tullivan99@gmail.com>2017-01-13 10:42:55 -0500
commitf91e95eed85bdd74b219b20a435fa6f297069da1 (patch)
treebb22c40e618932c3aaef5b8d62e7305d4895a998 /main.cpp
parent620311fb15953984c2fe37917d678f9b3aaa00b6 (diff)
vector2 stuff, other things
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.cpp b/main.cpp
index 40a8497..2e5e69d 100644
--- a/main.cpp
+++ b/main.cpp
@@ -77,7 +77,7 @@ int main(int argc, char *argv[])
// read in all XML file names in the folder
std::list<std::string> xmlFiles;
- if (getdir(std::string("./" + xmlFolder).c_str(), xmlFiles))
+ if (getdir(std::string("./" + xmlFolder), xmlFiles))
UserError("Error reading XML files!!!");
// kill the world if needed