diff options
Diffstat (limited to 'cpp/src/IceUtil/UtilException.cpp')
-rw-r--r-- | cpp/src/IceUtil/UtilException.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceUtil/UtilException.cpp b/cpp/src/IceUtil/UtilException.cpp index eb416b268ac..e87c764154c 100644 --- a/cpp/src/IceUtil/UtilException.cpp +++ b/cpp/src/IceUtil/UtilException.cpp @@ -391,7 +391,7 @@ getStackTrace(const vector<void*>& stackFrames) "startHook", &myModule); // - // If GetModuleHandleEx fails, myModule is NULL, i.e. we'll locate the current exe's directory. + // If GetModuleHandleEx fails, myModule is ICE_NULLPTR, i.e. we'll locate the current exe's directory. // TCHAR myFilename[MAX_PATH]; |