[xdebug-dev] xdebug xdebug/xdebug.c - Fixed bug #255: Call Stack Table doesn't show Location on Windows.

From: Derick Rethans <derick[@]derickrethans.nl>
Date: Tue, 24 Apr 2007 16:17:40 +0200

Date: Tue Apr 24 16:17:40 CEST 2007
User: Derick Rethans
Directory: xdebug

Log Message:
[2.00]
- Fixed bug #255: Call Stack Table doesn't show Location on Windows.

Modified files:
           xdebug/xdebug.c (version: 1.379)

[FILE: /xdebug/xdebug.c]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.378
retrieving revision 1.379
diff -u -r1.378 -r1.379
--- xdebug/xdebug.c:1.378 Sun Apr 22 10:32:09 2007 GMT
+++ xdebug/xdebug.c Tue Apr 24 12:17:39 2007 GMT
@@ -1843,7 +1843,7 @@
                         }
 
                         if (html) {
- char *just_filename = strrchr(i->filename, '/');
+ char *just_filename = strrchr(i->filename, DEFAULT_SLASH);
                                 xdebug_str_add(&str, xdebug_sprintf(formats[5], i->filename, just_filename, i->lineno), 1);
                         } else {
                                 xdebug_str_add(&str, xdebug_sprintf(formats[5], i->filename, i->lineno), 1);
Received on Tue Apr 24 2007 - 16:17:44 BST

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