summaryrefslogtreecommitdiff
path: root/Sources.mm
diff options
context:
space:
mode:
Diffstat (limited to 'Sources.mm')
-rw-r--r--Sources.mm1
1 files changed, 1 insertions, 0 deletions
diff --git a/Sources.mm b/Sources.mm
index 4cc2f9e..372aa1e 100644
--- a/Sources.mm
+++ b/Sources.mm
@@ -31,6 +31,7 @@ extern _H<NSMutableDictionary> Sources_;
extern bool Changed_;
void CydiaWriteSources() {
+ unlink(SOURCES_LIST);
FILE *file(fopen(SOURCES_LIST, "w"));
_assert(file != NULL);