diff options
| author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-31 22:16:00 +0000 |
|---|---|---|
| committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-31 22:16:00 +0000 |
| commit | 2c7dc397893effd37f8bac670660428512100d16 (patch) | |
| tree | cbd2a51b50f892eba701c7cddac22b7fd19f100b /textproc/nicetext/files/patch-txt2bits.cc | |
| parent | - Fix handling USE_GETOPT_LONG (diff) | |
- Fix build on -current
- Utilize DOCSDIR/EXAMPLESDIR
PR: 58771
Submitted by: Ports Fury
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; + } + |
