51b2741579
GutenMark is a tool for automatically creating high-quality HTML or LaTeX markup from Project Gutenberg etexts. In combination with other freely-available conversion tools, GutenMark can convert Project Gutenberg etexts into publication-quality Postscript or PDF, for print-on-demand applications. The goal is for this conversion is completely automatic, without manual markup or editing.
16 lines
610 B
Text
16 lines
610 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2002/12/05 15:02:24 wiz Exp $
|
|
|
|
--- libGutenSpell/MatchWordlists.c.orig Sun Jul 14 18:30:50 2002
|
|
+++ libGutenSpell/MatchWordlists.c
|
|
@@ -430,11 +430,6 @@ GlobErrorMessage (int ReturnValue, FILE
|
|
if (LogFile != NULL)
|
|
fprintf (LogFile, "MatchWordlists: GLOB_NOSPACE for \"%s\"\n", ss);
|
|
break;
|
|
- case GLOB_ABEND:
|
|
- fprintf (stderr, "Possible disk-read error.\n");
|
|
- if (LogFile != NULL)
|
|
- fprintf (LogFile, "MatchWordlists: GLOB_ABEND for \"%s\"\n", ss);
|
|
- break;
|
|
default:
|
|
fprintf (stderr, "Unknown globbing error.\n");
|
|
if (LogFile != NULL)
|