[xdebug-dev] xdebug xdebug/xdebug_var.c - Little cosmetics.

From: Derick Rethans <derick[@]derickrethans.nl>
Date: Sun, 19 Jun 2005 14:50:38 +0200

Date: Sun Jun 19 14:50:38 CEST 2005
User: Derick Rethans
Directory: xdebug

Log Message:
[0.05]
- Little cosmetics.

Modified files:
           xdebug/xdebug_var.c (version: 1.59)

[FILE: /xdebug/xdebug_var.c]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- xdebug/xdebug_var.c:1.58 Tue Jun 14 05:37:32 2005 GMT
+++ xdebug/xdebug_var.c Sun Jun 19 10:50:38 2005 GMT
@@ -171,7 +171,7 @@
                 return;
         }
         if (debug_zval) {
- xdebug_str_add(str, xdebug_sprintf("(refcount=%d, is_ref=%d),", (*struc)->refcount, (*struc)->is_ref), 1);
+ xdebug_str_add(str, xdebug_sprintf("(refcount=%d, is_ref=%d)=", (*struc)->refcount, (*struc)->is_ref), 1);
         }
         switch (Z_TYPE_PP(struc)) {
                 case IS_BOOL:
Received on Sun Jun 19 2005 - 14:50:41 BST

This archive was generated by hypermail 2.2.0 : Sun Jun 24 2018 - 04:00:03 BST