summaryrefslogtreecommitdiffstats
path: root/news/krn/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'news/krn/files/patch-aa')
-rw-r--r--news/krn/files/patch-aa15
1 files changed, 15 insertions, 0 deletions
diff --git a/news/krn/files/patch-aa b/news/krn/files/patch-aa
new file mode 100644
index 0000000..c1c72ef
--- /dev/null
+++ b/news/krn/files/patch-aa
@@ -0,0 +1,15 @@
+--- krn/groupdlg.cpp- Wed Feb 9 02:52:56 2000
++++ krn/groupdlg.cpp Sat Apr 15 23:14:32 2000
+@@ -1132,9 +1132,11 @@
+ return true;
+ }
+
++ QStrList filesCopy = QStrList(*files);
++
+ debug ("%d files waiting",files->count());
+ int c=1;
+- for (char *fname=files->first();fname!=0;fname=files->next(),c++)
++ for (char *fname= filesCopy.first();fname!=0; fname=filesCopy.next(),c++)
+ {
+ debug ("Sending %s, %d of %d",fname,c,files->count());
+ updateCounter(QString("Sending ")+fname);
OpenPOWER on IntegriCloud