summaryrefslogtreecommitdiff
path: root/TSRM
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2001-05-05 16:05:19 +0000
committerZeev Suraski <zeev@php.net>2001-05-05 16:05:19 +0000
commita8f87e6c23b011581db7ede88a57d1ad742c9443 (patch)
treedc47757415b40602d22483235873cc00901b3369 /TSRM
parent70b6c55ce6924f3e5a35826bc01d058c743ae9ec (diff)
downloadphp-git-a8f87e6c23b011581db7ede88a57d1ad742c9443.tar.gz
Layout fix
Diffstat (limited to 'TSRM')
-rw-r--r--TSRM/tsrm_virtual_cwd.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/TSRM/tsrm_virtual_cwd.c b/TSRM/tsrm_virtual_cwd.c
index 14fc92b343..3e8789f8af 100644
--- a/TSRM/tsrm_virtual_cwd.c
+++ b/TSRM/tsrm_virtual_cwd.c
@@ -373,7 +373,8 @@ CWD_API int virtual_file_ex(cwd_state *state, const char *path, verify_path_func
state->cwd[state->cwd_length++] = DEFAULT_SLASH;
#endif
memcpy(&state->cwd[state->cwd_length], ptr, ptr_length+1);
- state->cwd_length += ptr_length; }
+ state->cwd_length += ptr_length;
+ }
ptr = tsrm_strtok_r(NULL, TOKENIZER_STRING, &tok);
}