projects
/
senf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
cc3ff5b
)
Utils: BUGFIX: fix new ExceptionMixin final build
g0dil [Wed, 8 Jul 2009 11:48:11 +0000 (11:48 +0000)]
git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1259
270642c3
-0616-0410-b53a-bc976706d245
Utils/Exception.cci
patch
|
blob
|
history
diff --git
a/Utils/Exception.cci
b/Utils/Exception.cci
index
852852a
..
6f7e13d
100644
(file)
--- a/
Utils/Exception.cci
+++ b/
Utils/Exception.cci
@@
-44,7
+44,7
@@
prefix_ std::string senf::ExceptionMixin::message()
#ifdef SENF_DEBUG
return what_.substr(excLen_);
#else
- return message_;
+ return what_;
#endif
}