]> git.saurik.com Git - apt.git/commitdiff
Fixed typo
authorArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 16:54:35 +0000 (16:54 +0000)
committerArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 16:54:35 +0000 (16:54 +0000)
Author: jgg
Date: 1999-08-25 02:45:01 GMT
Fixed typo

cmdline/apt-cdrom.cc

index 102519f59775ee9c8a43cbd19bb7e6e43c9ecb9e..4dadb5d40d75fcd6df91b9ddbec4e52736454ce3 100644 (file)
@@ -1,6 +1,6 @@
 // -*- mode: cpp; mode: fold -*-
 // Description                                                         /*{{{*/
-// $Id: apt-cdrom.cc,v 1.30 1999/08/12 07:00:55 jgg Exp $
+// $Id: apt-cdrom.cc,v 1.31 1999/08/25 02:45:01 jgg Exp $
 /* ######################################################################
    
    APT CDROM - Tool for handling APT's CDROM database.
@@ -63,7 +63,7 @@ bool FindPackages(string CD,vector<string> &List,vector<string> &SList,
    /* Aha! We found some package files. We assume that everything under 
       this dir is controlled by those package files so we don't look down
       anymore */
-   if (stat("Packages",&Buf) == 0 || stat("Packages.gz",&Buf))
+   if (stat("Packages",&Buf) == 0 || stat("Packages.gz",&Buf) == 0)
    {
       List.push_back(CD);