scottmac                Tue Jul 22 21:53:53 2008 UTC

  Modified files:              (Branch: PHP_5_3)
    /php-src/ext/standard       exec.c 
  Log:
  Fix windows build error.
  
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/exec.c?r1=1.113.2.3.2.1.2.10&r2=1.113.2.3.2.1.2.11&diff_format=u
Index: php-src/ext/standard/exec.c
diff -u php-src/ext/standard/exec.c:1.113.2.3.2.1.2.10 
php-src/ext/standard/exec.c:1.113.2.3.2.1.2.11
--- php-src/ext/standard/exec.c:1.113.2.3.2.1.2.10      Tue Jul 22 16:21:16 2008
+++ php-src/ext/standard/exec.c Tue Jul 22 21:53:53 2008
@@ -16,7 +16,7 @@
    |         Ilia Alshanetsky <[EMAIL PROTECTED]>                             |
    +----------------------------------------------------------------------+
  */
-/* $Id: exec.c,v 1.113.2.3.2.1.2.10 2008/07/22 16:21:16 scottmac Exp $ */
+/* $Id: exec.c,v 1.113.2.3.2.1.2.11 2008/07/22 21:53:53 scottmac Exp $ */
 
 #include <stdio.h>
 #include "php.h"
@@ -302,7 +302,7 @@
 #else
                        /* This is Windows specific for enviromental variables 
*/
                        case '%':
-                               cmd[y++] = '';
+                               cmd[y++] = ' ';
                                break;
 #endif
                        case '#': /* This is character-set independent */



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to