From 86994c3357605008a1973c1681009a5770a656e7 Mon Sep 17 00:00:00 2001 From: Rasmus Lerdorf Date: Sun, 27 Feb 2005 18:45:07 +0000 Subject: [PATCH] Add a comment to remind me to have a look at this at some point. --- TSRM/tsrm_virtual_cwd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TSRM/tsrm_virtual_cwd.c b/TSRM/tsrm_virtual_cwd.c index caaa31f1fc..a5ec310030 100644 --- a/TSRM/tsrm_virtual_cwd.c +++ b/TSRM/tsrm_virtual_cwd.c @@ -420,7 +420,7 @@ CWD_API int virtual_file_ex(cwd_state *state, const char *path, verify_path_func * but *does* have execute permissions */ if (IS_ABSOLUTE_PATH(path, path_length) || (state->cwd_length < 1)) { if (use_realpath) { - if (realpath(path, resolved_path)) { + if (realpath(path, resolved_path)) { /* Note: Not threadsafe on older *BSD's */ path = resolved_path; path_length = strlen(path); } else { -- 2.40.0