(struct xftface_info): Delete the member xft_draw.
[bpt/emacs.git] / src / callproc.c
index 8a8052c..567fe3a 100644 (file)
@@ -1276,7 +1276,7 @@ child_setup (in, out, err, new_argv, set_pgrp, current_dir)
     while (*p != 0)
       {
         while (*q != 0 && strchr (*q, '=') == NULL)
-          *q++;
+          q++;
         *p = *q++;
         if (*p != 0)
           p++;