fixed unterminated string

This commit is contained in:
Jeff Hill
2000-03-01 23:22:10 +00:00
parent e3ec00e71d
commit cb81dd020a
+1 -1
View File
@@ -46,7 +46,7 @@ template <class T>
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