m4-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Changes to m4/modules/gnu.c,v


From: Eric Blake
Subject: Changes to m4/modules/gnu.c,v
Date: Fri, 29 Sep 2006 18:20:14 +0000

CVSROOT:        /sources/m4
Module name:    m4
Changes by:     Eric Blake <ericb>      06/09/29 18:20:13

Index: modules/gnu.c
===================================================================
RCS file: /sources/m4/m4/modules/gnu.c,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -b -r1.58 -r1.59
--- modules/gnu.c       27 Sep 2006 12:24:53 -0000      1.58
+++ modules/gnu.c       29 Sep 2006 18:20:12 -0000      1.59
@@ -404,7 +404,7 @@
   else if (m4_get_safer_opt (context) && *M4ARG (1))
     m4_error (context, 0, 0, _("%s: disabled by --safer"), M4ARG (0));
   else if (!m4_debug_set_output (context, M4ARG (1)))
-    m4_error (context, 0, errno, _("%s: cannot set debug file: %s"),
+    m4_error (context, 0, errno, _("%s: cannot set debug file `%s'"),
              M4ARG (0), M4ARG (1));
 }
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]