X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Fcore%2Fexcept.cpp;h=41fe3e8c597ecf5157af5f1fda2169ebce3b6545;hp=0ae2e59bd9ba339a78d7560ed13326ac6af83e45;hb=e14321c38b34ec1cc5641b267f031693a8f7bc27;hpb=7c5ced26f18d29bad4aa7fa14c6c8feba2e269ab diff --git a/source/core/except.cpp b/source/core/except.cpp index 0ae2e59..41fe3e8 100644 --- a/source/core/except.cpp +++ b/source/core/except.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspcore -Copyright © 2006-2008 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include #include #ifdef WIN32 @@ -20,14 +13,14 @@ Exception::Exception(const string &w): wot(w) { #ifdef WITH_EXCEPTION_BACKTRACE - bt=Debug::Backtrace::create(); + bt = Debug::Backtrace::create(); #endif } Exception &Exception::at(const std::string &w) throw() { - wer=w; - wot=wer+": "+wot; + wer = w; + wot = wer+": "+wot; return *this; } @@ -43,7 +36,7 @@ string SystemError::build_what(const string &w, int e) buf<