- Timestamp:
- Nov 4, 2015, 10:25:42 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/cpp11_v2/src/libraries/core/ConfigurablePaths.cc
r10624 r10765 122 122 char* userDataPathPtr(getenv("APPDATA")); 123 123 #endif 124 if (userDataPathPtr == NULL)124 if (userDataPathPtr == nullptr) 125 125 ThrowException(General, "Could not retrieve user data path."); 126 126 bf::path userDataPath(userDataPathPtr);
Note: See TracChangeset
for help on using the changeset viewer.