m4-commit
[Top][All Lists]
Advanced

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

Changes to m4/src/Attic/path.c,v [branch-1_4]


From: Eric Blake
Subject: Changes to m4/src/Attic/path.c,v [branch-1_4]
Date: Mon, 31 Jul 2006 03:48:07 +0000

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

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