[xdebug-dev] svn: /xdebug/trunk/ usefulstuff.c

From: Derick Rethans <derick[@]derickrethans.nl>
Date: Tue, 29 Dec 2009 10:35:47 +0000

derick Tue, 29 Dec 2009 10:35:47 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=3170

Log:
- Fixed bug #505: %s in xdebug.trace_output_name breaks functions traces .

Changed paths:
    U xdebug/trunk/usefulstuff.c

Modified: xdebug/trunk/usefulstuff.c
===================================================================
--- xdebug/trunk/usefulstuff.c 2009-12-28 17:36:20 UTC (rev 3169)
+++ xdebug/trunk/usefulstuff.c 2009-12-29 10:35:47 UTC (rev 3170)
@@ -533,9 +533,9 @@

                                         /* we do not always have script_name available, so if we
                                          * don't have it and this format specifier is used then we
- * make this function fail by returning 0. */
+ * simple do nothing for this specifier */
                                         if (!script_name) {
- return 0;
+ break;
                                         }

                                         /* create a copy to work on */
Received on Tue Dec 29 2009 - 10:35:47 GMT

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