]> git.pld-linux.org Git - packages/pilot-link.git/commitdiff
- updated for 0.12.5
authorlisu <lisu@pld-linux.org>
Wed, 10 Feb 2010 14:03:41 +0000 (14:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    pilot-link-open.patch -> 1.2

pilot-link-open.patch

index c88cde65d8d0891ad8667ad3fe2e832f904092a2..0da10fe3a8b4f6dd9a3600039c096a87469925bc 100644 (file)
        if (result < 0)
                return result;
  
---- pilot-link-0.12.2/src/pilot-schlep.c.pom   2006-10-12 16:21:21.000000000 +0200
-+++ pilot-link-0.12.2/src/pilot-schlep.c       2007-08-29 16:44:40.000000000 +0200
-@@ -38,7 +38,7 @@ static int Fetch(int sd, char *filename)
-               fd;
-       pi_buffer_t *buffer;
--      fd = open(filename, O_WRONLY | O_CREAT | O_TRUNC);
-+      fd = open(filename, O_WRONLY | O_CREAT | O_TRUNC, 0666);
-       if (fd < 0)
-               return -1;
This page took 1.61587 seconds and 4 git commands to generate.