git.stg.codes
/
stg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
289d396
)
Fixed error processing.
author
Maxim Mamontov
<faust.madf@gmail.com>
Tue, 7 Jan 2014 17:30:25 +0000
(19:30 +0200)
committer
Maxim Mamontov
<faust.madf@gmail.com>
Tue, 7 Jan 2014 17:30:25 +0000
(19:30 +0200)
projects/sgconf/main.cpp
patch
|
blob
|
history
diff --git
a/projects/sgconf/main.cpp
b/projects/sgconf/main.cpp
index a39f57cee6b7887b3b995101109c67823553018d..a0ef89a1e632171c3ba977a32bc3dc4d96ce22bf 100644
(file)
--- a/
projects/sgconf/main.cpp
+++ b/
projects/sgconf/main.cpp
@@
-1280,7
+1280,7
@@
else
config = configOverride;
}
-catch (const
SGCONF::OPTION::ERROR
& ex)
+catch (const
std::exception
& ex)
{
std::cerr << ex.what() << "\n";
return -1;