diff options
author | don bright <hugh.m.bright@gmail.com> | 2011-10-16 04:44:21 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2011-10-16 04:44:21 (GMT) |
commit | 7735f5510cdc2d396092d04ed98a2dbaec347608 (patch) | |
tree | b97a7d472a310e5c3c5d2f69465c62b4e0bafc4e /tests/opencsgtest.cc | |
parent | e79ee827185e19daac8f4d2385cce44098374d64 (diff) |
opencsgtest and throwntogethertest windows fix
Diffstat (limited to 'tests/opencsgtest.cc')
-rw-r--r-- | tests/opencsgtest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/opencsgtest.cc b/tests/opencsgtest.cc index 9ddf662..06cfe86 100644 --- a/tests/opencsgtest.cc +++ b/tests/opencsgtest.cc @@ -1,5 +1,5 @@ #include "csgtestcore.h" int main(int argc, char* argv[]) { - return csgtestcore(argc+1, argv, TEST_OPENCSG); + return csgtestcore(argc, argv, TEST_OPENCSG); } |