mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
WS fix
This commit is contained in:
parent
a2f95abb6d
commit
fc3906e93a
1 changed files with 3 additions and 3 deletions
|
@ -527,7 +527,7 @@ PHP_FUNCTION(file)
|
|||
}
|
||||
if (!reached_eof) {
|
||||
target_len += strlen(target_buf+target_len);
|
||||
if (target_buf[target_len-1]!='\n') {
|
||||
if (target_buf[target_len-1] != '\n') {
|
||||
continue;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue