mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
2c7dc39789
- Utilize DOCSDIR/EXAMPLESDIR PR: 58771 Submitted by: Ports Fury
13 lines
462 B
C++
13 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;
|
|
}
|
|
|