Changeset 27930 for titan/titan/extensions.h
- Timestamp:
- 03/25/14 16:07:31 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/extensions.h
r27842 r27930 148 148 if(path == NULL || path[0] == '*' || ostrstr(path, "swap") != NULL) 149 149 { 150 if(file_exist("/tmp/.swapextensionsdev") == 1 )150 if(file_exist("/tmp/.swapextensionsdev") == 1 || file_exist("/var/swap")) 151 151 { 152 152 if(tpkchecksize(NULL, "/var/swap", isize) == 0)
Note: See TracChangeset
for help on using the changeset viewer.