]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/acquire-item.cc
merged from lp:~donkult/apt/sid
[apt.git] / apt-pkg / acquire-item.cc
index cf88ded7b243da48ac69de813331172712a8908b..39b9feff24f6c8670c2dab5ee74d5061b53cef0c 100644 (file)
@@ -840,7 +840,7 @@ string pkgAcqIndex::Custom600Headers()
    if (ShortDesc().find("Translation") != 0)
       msg += "\nFail-Ignore: true";
    struct stat Buf;
    if (ShortDesc().find("Translation") != 0)
       msg += "\nFail-Ignore: true";
    struct stat Buf;
-   if (stat(Final.c_str(),&Buf) != 0)
+   if (stat(Final.c_str(),&Buf) == 0)
       msg += "\nLast-Modified: " + TimeRFC1123(Buf.st_mtime);
 
    return msg;
       msg += "\nLast-Modified: " + TimeRFC1123(Buf.st_mtime);
 
    return msg;