aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p/lopster/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/lopster/files/patch-aa')
-rw-r--r--net-p2p/lopster/files/patch-aa14
1 files changed, 14 insertions, 0 deletions
diff --git a/net-p2p/lopster/files/patch-aa b/net-p2p/lopster/files/patch-aa
new file mode 100644
index 000000000000..a5aaea84b80e
--- /dev/null
+++ b/net-p2p/lopster/files/patch-aa
@@ -0,0 +1,14 @@
+--- src/resume.c.orig 2000/10/31 20:31:29 1.11
++++ src/resume.c 2000/11/09 14:25:15 1.12
+@@ -230,9 +230,10 @@
+ void resume_list_remove(resume_t* resume) {
+ GList* dlist;
+
+- resume = resume_clist_remove(resume);
+ if (!resume) return;
+
++ resume_clist_remove(resume);
++
+ dlist = g_list_first(resume->potentials);
+ while (dlist) {
+ destroy_file_row(dlist->data);