From: guigues Date: Wed, 26 Nov 2008 12:49:57 +0000 (+0000) Subject: Fixed SplitAroundFirstDot which did not throw on error X-Git-Tag: v0.9.1~68 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=41434257540f34279740b492f663b0b30e774dc2;p=bbtk.git Fixed SplitAroundFirstDot which did not throw on error --- diff --git a/kernel/src/bbtkUtilities.cxx b/kernel/src/bbtkUtilities.cxx index b0eda99..dafd6ce 100644 --- a/kernel/src/bbtkUtilities.cxx +++ b/kernel/src/bbtkUtilities.cxx @@ -2,8 +2,8 @@ Program: bbtk Module: $RCSfile: bbtkUtilities.cxx,v $ Language: C++ - Date: $Date: 2008/11/12 12:47:01 $ - Version: $Revision: 1.8 $ + Date: $Date: 2008/11/26 12:49:57 $ + Version: $Revision: 1.9 $ =========================================================================*/ /* --------------------------------------------------------------------- @@ -30,6 +30,7 @@ #include "bbtkUtilities.h" +#include "bbtkMessageManager.h" @@ -366,9 +367,9 @@ namespace bbtk } else { - // bbtkError(in<<" : expected 'a.b' format but no dot found"); left =""; right = ""; + bbtkGlobalError("Token '"<