Changeset 23428
- Timestamp:
- 09/08/13 01:50:08 (10 years ago)
- Location:
- titan/titan
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/extensions.h
r23408 r23428 145 145 if(path == NULL || path[0] == '*' || ostrstr(path, "/var/swap") != NULL) 146 146 { 147 if(file_exist("/ var/swap") == 1)147 if(file_exist("/tmp/.swapextensions") == 1) 148 148 { 149 149 if(tpkchecksize(NULL, "/var/swap", isize) == 0) -
titan/titan/mediadbsettings.h
r23393 r23428 19 19 20 20 addchoicebox(mediadbpath, "/media/hdd/.mediadb", "/media/hdd/.mediadb"); 21 if(file_exist("/ var/swap/") == 1)21 if(file_exist("/tmp/.swapextemsions/") == 1) 22 22 addchoicebox(mediadbpath, "/var/swap/.mediadb", "/var/swap/.mediadb"); 23 23 setchoiceboxselection(mediadbpath, getconfig("mediadbpath", NULL));
Note: See TracChangeset
for help on using the changeset viewer.