]> git.pld-linux.org Git - packages/bgrab.git/commitdiff
- allow writing ;)
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 1 Sep 2000 15:01:33 +0000 (15:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bgrab-noreplace.patch -> 1.2

bgrab-noreplace.patch

index 3a5623861f09114bbb8c2841cb816ec74220ba4b..33cf387de871d84cdb953f9ebecb04d5c677fe36 100644 (file)
@@ -5,7 +5,7 @@
  
        if (myMessage->isMultiPart()) 
 -              tfile.open(myMessage->getOutFName(),ios::app);  // ios::app for append
-+              tfile.open(myMessage->getOutFName(),ios::noreplace);    // ios::app for append
++              tfile.open(myMessage->getOutFName(),ios::noreplace|ios::out);   // ios::app for append
        else
                tfile.open("outfile.txt",ios::app);
  
This page took 0.110448 seconds and 4 git commands to generate.