]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/contrib/fileutl.cc
Fixed espy's bug with experimental
[apt.git] / apt-pkg / contrib / fileutl.cc
index 67f65b411ac5af7c1128fabea298fb1347a7553c..bc1681820ec044df53e712fc75bf64f8a6015ed1 100644 (file)
@@ -1,6 +1,6 @@
 // -*- mode: cpp; mode: fold -*-
 // Description                                                         /*{{{*/
-// $Id: fileutl.cc,v 1.25 1999/03/20 03:49:31 jgg Exp $
+// $Id: fileutl.cc,v 1.26 1999/03/21 07:24:14 jgg Exp $
 /* ######################################################################
    
    File Utilities
@@ -85,7 +85,7 @@ int GetLock(string File,bool Errors)
    {
       if (errno == ENOLCK)
       {
-        _error->Warning("Not using locking for nfs mounted lock file %s",File.c_sr());
+        _error->Warning("Not using locking for nfs mounted lock file %s",File.c_str());
         return true;
       }      
       if (Errors == true)