m4-patches
[Top][All Lists]
Advanced

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

FYI: 28-gary-typo.patch


From: Gary V. Vaughan
Subject: FYI: 28-gary-typo.patch
Date: Fri, 12 Oct 2001 21:21:07 +0100
User-agent: Mutt/1.3.16i

Index: ChangeLog
from  Gary V. Vaughan  <address@hidden>
        * modules/gnu.c (m4_regexp_compile): s/%0/%s/

2001-10-12  Gary V. Vaughan  <address@hidden>

Index: modules/gnu.c
===================================================================
RCS file: /cvsroot/m4/m4/modules/gnu.c,v
retrieving revision 1.17
diff -u -p -u -r1.17 gnu.c
--- modules/gnu.c 2001/10/12 19:57:29 1.17
+++ modules/gnu.c 2001/10/12 20:14:21
@@ -280,7 +280,7 @@ m4_regexp_compile (const char *caller,
   if (msg != NULL)
     {
       M4ERROR ((warning_status, 0,
-               _("%0: bad regular expression `%s': %s"),
+               _("%s: bad regular expression `%s': %s"),
                caller, regexp, msg));
       return NULL;
     }

-- 
  ())_. Gary V. Vaughan     gary@(oranda.demon.co.uk|gnu.org)
  ( '/  Research Scientist  http://www.oranda.demon.co.uk       ,_())____
  / )=  GNU Hacker          http://www.gnu.org/software/libtool  \'      `&
`(_~)_  Tech' Author        http://sources.redhat.com/autobook   =`---d__/



reply via email to

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