From cb81dd020a69e865a35c69396a4be7ab8fc68e30 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Wed, 1 Mar 2000 23:22:10 +0000 Subject: [PATCH] fixed unterminated string --- src/libCom/misc/locationException.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libCom/misc/locationException.h b/src/libCom/misc/locationException.h index 85908ce36..ddcdb5ce1 100644 --- a/src/libCom/misc/locationException.h +++ b/src/libCom/misc/locationException.h @@ -46,7 +46,7 @@ template inline void throwExceptionWithLocation (T &parm, const char *pFileName, unsigned lineNo) { # ifdef noExceptionsFromCXX - fprintf (stderr, "C++ exception in file=%s" at line=%u, and no compiler support - cant proceed.\n", + fprintf (stderr, "C++ exception in file=%s at line=%u, and no compiler support - cant proceed.\n", pFileName, lineNo); cantProceed ("No compiler support for C++ exception"); # else