projects
/
libs
/
core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
3d80163
)
terminate instead of rethrowing an uncaught exception
author
Mikko Rasa
<tdb@tdb.fi>
Mon, 27 Aug 2007 09:02:27 +0000
(09:02 +0000)
committer
Mikko Rasa
<tdb@tdb.fi>
Mon, 27 Aug 2007 09:02:27 +0000
(09:02 +0000)
source/core/application.cpp
patch
|
blob
|
history
diff --git
a/source/core/application.cpp
b/source/core/application.cpp
index 47c176bd8a882a6869df467e7330f2274bfcc5e4..0e0b69f28af4aa9686ff4e30fb593f8ea58ea635 100644
(file)
--- a/
source/core/application.cpp
+++ b/
source/core/application.cpp
@@
-60,7
+60,7
@@
int Application::run(int argc, char **argv)
cerr<<" type: "<<typeid(e).name()<<'\n';
cerr<<" what(): "<<e.what()<<'\n';
delete app_;
- t
hrow
;
+ t
erminate()
;
}
}