Compiler warning fix.

This commit is contained in:
Ilia Alshanetsky 2005-07-11 03:24:28 +00:00
parent 21ed9234a0
commit 35df0e5571

View file

@ -1073,6 +1073,8 @@ static int magic_process(zval *what TSRMLS_DC)
streampos = php_stream_tell(stream); /* remember stream position for restauration */
php_stream_seek(stream, 0, SEEK_SET);
break;
default:
return -1;
}