summaryrefslogtreecommitdiff
path: root/noncore/settings
Unidiff
Diffstat (limited to 'noncore/settings') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/aqpkg/datamgr.cpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/noncore/settings/aqpkg/datamgr.cpp b/noncore/settings/aqpkg/datamgr.cpp
index 7f724af..b9ce227 100644
--- a/noncore/settings/aqpkg/datamgr.cpp
+++ b/noncore/settings/aqpkg/datamgr.cpp
@@ -113,2 +113,7 @@ void DataManager :: loadServers()
113 // don't already exist 113 // don't already exist
114 /* AQ - commented out as if you don't have a CF or SD card in then
115 * this causes IPKG to try to create directories on non existant devices
116 * (which of course fails), gives a nasty error message and can cause ipkg
117 * to seg fault.
118 *
114 vector<Destination>::iterator dit; 119 vector<Destination>::iterator dit;
@@ -139,3 +144,3 @@ void DataManager :: loadServers()
139#endif 144#endif
140 145*/
141 vector<Server>::iterator it; 146 vector<Server>::iterator it;