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, 0 insertions, 15 deletions
diff --git a/news/krn/files/patch-aa b/news/krn/files/patch-aa
deleted file mode 100644
index c1c72ef..0000000
--- a/news/krn/files/patch-aa
+++ /dev/null
@@ -1,15 +0,0 @@
---- 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