summaryrefslogtreecommitdiff
path: root/src/pal/src/init
diff options
context:
space:
mode:
authorAditya Mandaleeka <adityam@microsoft.com>2016-02-10 18:06:38 -0800
committerAditya Mandaleeka <adityam@microsoft.com>2016-02-26 12:56:41 -0800
commitbfc8932f80aaada9aa09b4b5ffca33f88b3cf027 (patch)
treea450cb1400b0f91a993e8e931a88984c968b4089 /src/pal/src/init
parenta6f241cbc1122ac9fa3efdf9d39646e7848d6219 (diff)
downloadcoreclr-bfc8932f80aaada9aa09b4b5ffca33f88b3cf027.tar.gz
coreclr-bfc8932f80aaada9aa09b4b5ffca33f88b3cf027.tar.bz2
coreclr-bfc8932f80aaada9aa09b4b5ffca33f88b3cf027.zip
Add documentation to environ functions.
Diffstat (limited to 'src/pal/src/init')
-rw-r--r--src/pal/src/init/pal.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pal/src/init/pal.cpp b/src/pal/src/init/pal.cpp
index 4e6b7d2f17..10871aadaa 100644
--- a/src/pal/src/init/pal.cpp
+++ b/src/pal/src/init/pal.cpp
@@ -1325,7 +1325,7 @@ static LPWSTR INIT_FindEXEPath(LPCSTR exe_name)
}
InternalFree(env_path);
- TRACE("No %s found in $PATH (%s)\n", exe_name, EnvironGetenv("PATH")); /////// leak in debug. fix?
+ TRACE("No %s found in $PATH (%s)\n", exe_name, EnvironGetenv("PATH", FALSE));
last_resort:
/* last resort : see if the executable is in the current directory. This is