blob: a70a35e522204e4a339524972cd5d67a4263c4fa (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- 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;
}
|