diff options
Diffstat (limited to 'textproc/nicetext/files/patch-txt2bits.cc')
| -rw-r--r-- | textproc/nicetext/files/patch-txt2bits.cc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/textproc/nicetext/files/patch-txt2bits.cc b/textproc/nicetext/files/patch-txt2bits.cc new file mode 100644 index 000000000000..a70a35e52220 --- /dev/null +++ b/textproc/nicetext/files/patch-txt2bits.cc @@ -0,0 +1,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; + } + |
