Commit:    32acf4736bc0d59a3d41d52244ace2ba62d7c958
Author:    krakjoe <joe.watk...@live.co.uk>         Tue, 12 Nov 2013 02:52:43 
+0000
Parents:   69a8403175d9af79c5880779b11e2dfa06ed641c
Branches:  PHP-5.6

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=32acf4736bc0d59a3d41d52244ace2ba62d7c958

Log:
...

Changed paths:
  M  phpdbg_list.c


Diff:
diff --git a/phpdbg_list.c b/phpdbg_list.c
index 3bfa214..fe14b1d 100644
--- a/phpdbg_list.c
+++ b/phpdbg_list.c
@@ -35,7 +35,7 @@ void phpdbg_list_file(const char *filename, long count, long 
offset TSRMLS_DC) /
 
     if (VCWD_STAT(filename, &st) == -1) {
                printf("[Failed to stat file %s]\n", filename);
-               goto out;
+               return;
        }
 
        if ((fd = VCWD_OPEN(filename, O_RDONLY)) == -1) {


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

Reply via email to