diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2017-01-13 10:42:55 -0500 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2017-01-13 10:42:55 -0500 |
commit | f91e95eed85bdd74b219b20a435fa6f297069da1 (patch) | |
tree | bb22c40e618932c3aaef5b8d62e7305d4895a998 /main.cpp | |
parent | 620311fb15953984c2fe37917d678f9b3aaa00b6 (diff) |
vector2 stuff, other things
Diffstat (limited to 'main.cpp')
-rw-r--r-- | main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |