helly           Mon Mar 13 22:54:05 2006 UTC

  Modified files:              
    /php-src    .gdbinit 
  Log:
  - Cleanup
  
http://cvs.php.net/viewcvs.cgi/php-src/.gdbinit?r1=1.16&r2=1.17&diff_format=u
Index: php-src/.gdbinit
diff -u php-src/.gdbinit:1.16 php-src/.gdbinit:1.17
--- php-src/.gdbinit:1.16       Wed Mar  8 23:37:41 2006
+++ php-src/.gdbinit    Mon Mar 13 22:54:05 2006
@@ -48,7 +48,7 @@
 
        printf "(refcount=%d) ", $zvalue->refcount
        if $type == 0
-               printf "NULL: "
+               printf "NULL"
        end
        if $type == 1
                printf "long: %ld", $zvalue->value.lval
@@ -202,7 +202,7 @@
                end
 
                if $p->nKeyLength > 0 
-                       printf "\"%s\" => ", (char*)$p->key.arKey.s
+                       printf "\"%s\" => ", $p->key.arKey.s
                else
                        printf "%d => ", $p->h
                end
@@ -237,7 +237,7 @@
                end
 
                if $p->nKeyLength > 0 
-                       printf "\"%s\" => ", (char*)$p->key.arKey.s
+                       printf "\"%s\" => ", $p->key.arKey.s
                else
                        printf "%d => ", $p->h
                end

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

Reply via email to