changeset 85596:ca34d3d5d8bf

(child_setup): Remove spurious *.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 23 Oct 2007 21:17:37 +0000
parents 4f5a9f3d91ae
children 25d8a896764b
files src/ChangeLog src/callproc.c
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Tue Oct 23 21:17:06 2007 +0000
+++ b/src/ChangeLog	Tue Oct 23 21:17:37 2007 +0000
@@ -1,5 +1,7 @@
 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
 
+	* callproc.c (child_setup): Remove spurious *.
+
 	* lisp.h (Fget_text_property): Declare.
 	(have_menus_p): Declare it here rather than in sys-dep header files.
 	* macterm.h (have_menus_p):
--- a/src/callproc.c	Tue Oct 23 21:17:06 2007 +0000
+++ b/src/callproc.c	Tue Oct 23 21:17:37 2007 +0000
@@ -1388,7 +1388,7 @@
     while (*p != 0)
       {
         while (*q != 0 && strchr (*q, '=') == NULL)
-          *q++;
+          q++;
         *p = *q++;
         if (*p != 0)
           p++;