Skip to content

Commit e70c9f0

Browse files
committed
Remove extra space
1 parent 7ed3e04 commit e70c9f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/streams/memory.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ static size_t php_stream_temp_write(php_stream *stream, const char *buf, size_t
376376
if (memsize + count >= ts->smax) {
377377
php_stream *file = php_stream_fopen_temporary_file(ts->tmpdir, "php", NULL);
378378
if (file == NULL) {
379-
php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to create temporary file. Check permissions in temporary files directory.");
379+
php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to create temporary file, Check permissions in temporary files directory.");
380380
return 0;
381381
}
382382
php_stream_write(file, membuf, memsize);

0 commit comments

Comments
 (0)