]> granicus.if.org Git - php/commitdiff
I don't know German, but I imagine that was the problem :)
authorZeev Suraski <zeev@php.net>
Sun, 4 Mar 2001 22:03:23 +0000 (22:03 +0000)
committerZeev Suraski <zeev@php.net>
Sun, 4 Mar 2001 22:03:23 +0000 (22:03 +0000)
ext/standard/info.c

index 97e13d4b49b1507e0907ecb299015b9db105aded..055ff9aedbf7b5c523bd111aa93e8d6676c5bd7a 100644 (file)
@@ -89,7 +89,7 @@ static void php_print_gpcse_array(char *name, uint name_length ELS_DC)
                                tmp2 = **tmp;
                                zval_copy_ctor(&tmp2);
                                convert_to_string(&tmp2);
-                               PUTS(&tmp2.value.str.val);
+                               PUTS(tmp2.value.str.val);
                                zval_dtor(&tmp2);
                        } else {
                                PUTS((*tmp)->value.str.val);