From b349df63645e48eade0481238e6ca3feb90f18fa Mon Sep 17 00:00:00 2001 From: Sascha Schumann <sas@php.net> Date: Sun, 5 Aug 2001 16:21:33 +0000 Subject: some more eliminate-fetches-or-escalate-them-at-least --- ext/swf/swf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/swf/swf.c') diff --git a/ext/swf/swf.c b/ext/swf/swf.c index b06eba7fd6..3b0ca328b7 100644 --- a/ext/swf/swf.c +++ b/ext/swf/swf.c @@ -255,7 +255,7 @@ PHP_FUNCTION(swf_closefile) } while ((b = fread(buf, 1, sizeof(buf), f)) > 0) - php_write(buf, b); + php_write(buf, b TSRMLS_CC); fclose(f); -- cgit v1.2.1