helly Sat Jan 3 12:18:54 2009 UTC
Modified files:
/php-src .gdbinit
Log:
- There is no -v in keys
http://cvs.php.net/viewvc.cgi/php-src/.gdbinit?r1=1.23&r2=1.24&diff_format=u
Index: php-src/.gdbinit
diff -u php-src/.gdbinit:1.23 php-src/.gdbinit:1.24
--- php-src/.gdbinit:1.23 Sun Aug 10 22:18:58 2008
+++ php-src/.gdbinit Sat Jan 3 12:18:53 2009
@@ -316,7 +316,7 @@
end
else
printf "\""
- printt $unicode $p->key.arKey.v $p->nKeyLength
+ printt $unicode $p->key.arKey.u $p->nKeyLength
printf "\" => "
end
else
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php