Browse Source

My compiler likes it like this.

migration/unlabaled-1.1.2
Edin Kadribasic 24 years ago
parent
commit
ad34142e97
  1. 2
      ext/standard/filestat.c

2
ext/standard/filestat.c

@ -570,7 +570,7 @@ static void php_stat(const char *filename, php_stat_len filename_length, int typ
}
#ifndef PHP_WIN32
#if VIRTUAL_DIR
#ifdef VIRTUAL_DIR
do {
char *tmpname;

Loading…
Cancel
Save