[Pinfo-devel] r162 - pinfo/trunk/src
Bas Zoetekouw
bas at costa.debian.org
Sun Sep 4 00:18:14 UTC 2005
Author: bas
Date: 2005-09-04 00:18:13 +0000 (Sun, 04 Sep 2005)
New Revision: 162
Modified:
pinfo/trunk/src/filehandling_functions.c
Log:
Fix compile error introduced in r112
Modified: pinfo/trunk/src/filehandling_functions.c
===================================================================
--- pinfo/trunk/src/filehandling_functions.c 2005-09-04 00:16:53 UTC (rev 161)
+++ pinfo/trunk/src/filehandling_functions.c 2005-09-04 00:18:13 UTC (rev 162)
@@ -477,8 +477,10 @@
if (!quiet)
{
if (!curses_open)
+ {
printf(_("Warning: could not find tag table"));
printf("\n");
+ }
else
{
attrset(bottomline);
More information about the Pinfo-devel
mailing list