Changeset 18424
- Timestamp:
- 01/29/16 10:27:14 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/Main.h
r18050 r18424 107 107 if (path.empty()) 108 108 { 109 path = prgpath ;109 path = prgpath.empty() ? "." : prgpath; 110 110 111 111 // default path not accessible 112 if (access(prgpath. empty() ? "." : prgpath.c_str(), W_OK))112 if (access(prgpath.c_str(), W_OK)) 113 113 { 114 114 path = ".";
Note:
See TracChangeset
for help on using the changeset viewer.