CVSROOT:        /sources/m4
Module name:    m4
Branch:         branch-1_4
Changes by:     Eric Blake <ericb>      06/07/31 03:48:06

Index: src/path.c
===================================================================
RCS file: /sources/m4/m4/src/Attic/path.c,v
retrieving revision 1.1.1.1.2.7
retrieving revision 1.1.1.1.2.8
diff -u -b -r1.1.1.1.2.7 -r1.1.1.1.2.8
--- src/path.c  30 Jul 2006 23:46:51 -0000      1.1.1.1.2.7
+++ src/path.c  31 Jul 2006 03:48:06 -0000      1.1.1.1.2.8
@@ -128,7 +128,7 @@
   if (fp != NULL)
     {
       if (result)
-       *result = strdup (file);
+       *result = xstrdup (file);
       return fp;
     }
 


Reply via email to