diff options
author | don bright <hugh.m.bright@gmail.com> | 2011-10-10 23:01:51 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2011-10-10 23:01:51 (GMT) |
commit | a1c698f422fceeadcf50e2ad456d5e43a01c8feb (patch) | |
tree | 5b21483b358f6fc1905f865f7c29f3228cc4c4a6 /tests/csgtestcore.cc | |
parent | 6251fc326842b657feb4926c9a4fbb51f152248c (diff) |
enable build of cgalpngtest under windowsXP
Diffstat (limited to 'tests/csgtestcore.cc')
-rw-r--r-- | tests/csgtestcore.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/csgtestcore.cc b/tests/csgtestcore.cc index 2e28bf6..11ff695 100644 --- a/tests/csgtestcore.cc +++ b/tests/csgtestcore.cc @@ -221,7 +221,7 @@ int csgtestcore(int argc, char *argv[], test_type_e test_type) try { csgInfo.glview = new OffscreenView(512,512); } catch (int error) { - fprintf(stderr,"Can't create OpenGL OffscreenView. exiting.\n"); + fprintf(stderr,"Can't create OpenGL OffscreenView. Code: %i. Exiting.\n", error); exit(1); } BoundingBox bbox = csgInfo.root_chain->getBoundingBox(); |