freebsd-ports/textproc/nicetext/files/patch-txt2bits.cc
Kirill Ponomarev 2c7dc39789 - Fix build on -current
- Utilize DOCSDIR/EXAMPLESDIR

PR:		58771
Submitted by:	Ports Fury
2003-10-31 22:16:00 +00:00

12 lines
462 B
C++

--- babble/src/txt2bits.cc.orig Fri Feb 20 04:31:27 1998
+++ babble/src/txt2bits.cc Thu Oct 30 18:17:38 2003
@@ -264,8 +264,7 @@
if (((dictRecRBT.getCount()==0)&&(getSmallMode()==FALSE))
|| (dictRecRAOF==NULL)||(dictRecRAOF->getCount()==0))
{
- errorMsg(EMT_ERROR, "The dictionary specified is empty", "MTCtex
-tToBits::openDictName()");
+ errorMsg(EMT_ERROR, "The dictionary specified is empty", "MTCtextToBits::openDictName()");
return FALSE;
}