]> git.pld-linux.org Git - packages/bgrab.git/commitdiff
1a2233a898f55720b120728642c55abc bgrab-noreplace.patch
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 1 Sep 2000 14:55:02 +0000 (14:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bgrab-noreplace.patch -> 1.1

bgrab-noreplace.patch [new file with mode: 0644]

diff --git a/bgrab-noreplace.patch b/bgrab-noreplace.patch
new file mode 100644 (file)
index 0000000..3a56238
--- /dev/null
@@ -0,0 +1,11 @@
+--- bgrab-1.3.5/main.cc~       Mon Apr 10 22:59:38 2000
++++ bgrab-1.3.5/main.cc        Fri Sep  1 16:53:16 2000
+@@ -226,7 +226,7 @@
+       ofstream tfile;
+       if (myMessage->isMultiPart()) 
+-              tfile.open(myMessage->getOutFName(),ios::app);  // ios::app for append
++              tfile.open(myMessage->getOutFName(),ios::noreplace);    // ios::app for append
+       else
+               tfile.open("outfile.txt",ios::app);
This page took 0.08803 seconds and 4 git commands to generate.