diff options
author | Sascha Schumann <sas@php.net> | 2001-08-05 14:36:51 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2001-08-05 14:36:51 +0000 |
commit | aafdfe82cbcc6a51b4498999f8545d41271ba633 (patch) | |
tree | 0337ab06a59e78c9d6bd8fcee3a6eb46bdb8dca3 /main/output.c | |
parent | 2cce13fd50411ff524e34c3cc27f9a2087cec115 (diff) | |
download | php-git-aafdfe82cbcc6a51b4498999f8545d41271ba633.tar.gz |
further tsrm cleanup
Diffstat (limited to 'main/output.c')
-rw-r--r-- | main/output.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/output.c b/main/output.c index fc45807879..8d1c9d0369 100644 --- a/main/output.c +++ b/main/output.c @@ -459,7 +459,7 @@ static int php_ub_body_write_no_header(const char *str, uint str_length) return 0; } if (BG(use_trans_sid)) { - session_adapt_uris(str, str_length, &newstr, &new_length); + session_adapt_uris(str, str_length, &newstr, &new_length TSRMLS_CC); } if (newstr) { |