From 41434257540f34279740b492f663b0b30e774dc2 Mon Sep 17 00:00:00 2001 From: guigues Date: Wed, 26 Nov 2008 12:49:57 +0000 Subject: [PATCH] Fixed SplitAroundFirstDot which did not throw on error --- kernel/src/bbtkUtilities.cxx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 '"<