mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Remove extra space
This commit is contained in:
parent
7ed3e04569
commit
e70c9f04ec
1 changed files with 1 additions and 1 deletions
|
@ -376,7 +376,7 @@ static size_t php_stream_temp_write(php_stream *stream, const char *buf, size_t
|
|||
if (memsize + count >= ts->smax) {
|
||||
php_stream *file = php_stream_fopen_temporary_file(ts->tmpdir, "php", NULL);
|
||||
if (file == NULL) {
|
||||
php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to create temporary file. Check permissions in temporary files directory.");
|
||||
php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to create temporary file, Check permissions in temporary files directory.");
|
||||
return 0;
|
||||
}
|
||||
php_stream_write(file, membuf, memsize);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue