helly           Thu Dec 21 23:19:48 2006 UTC

  Modified files:              
    /php-src/ext/standard       var.c 
  Log:
  - No misleading comments
  
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/var.c?r1=1.255&r2=1.256&diff_format=u
Index: php-src/ext/standard/var.c
diff -u php-src/ext/standard/var.c:1.255 php-src/ext/standard/var.c:1.256
--- php-src/ext/standard/var.c:1.255    Thu Dec 21 22:55:07 2006
+++ php-src/ext/standard/var.c  Thu Dec 21 23:19:48 2006
@@ -18,7 +18,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: var.c,v 1.255 2006/12/21 22:55:07 helly Exp $ */
+/* $Id: var.c,v 1.256 2006/12/21 23:19:48 helly Exp $ */
 
 
 
@@ -990,7 +990,7 @@
                                        
                                                smart_str_append_long(buf, 
serialized_length);
                                                smart_str_appendl(buf, ":{", 2);
-                                               /* we need non binary or ascii 
at least not unicode */
+                                               /* we need binary or ascii at 
least not unicode */
                                                smart_str_appendl(buf, 
serialized_data, serialized_length);
                                                smart_str_appendc(buf, '}'); 
                                        } else {

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

Reply via email to