From f44344b3075e2a93e3c17a09e7774e8391b42206 Mon Sep 17 00:00:00 2001 From: Arch Librarian Date: Mon, 20 Sep 2004 16:53:14 +0000 Subject: [PATCH] Oops typo Author: jgg Date: 1999-03-21 07:24:14 GMT Oops typo --- apt-pkg/contrib/fileutl.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apt-pkg/contrib/fileutl.cc b/apt-pkg/contrib/fileutl.cc index 67f65b411..bc1681820 100644 --- a/apt-pkg/contrib/fileutl.cc +++ b/apt-pkg/contrib/fileutl.cc @@ -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) -- 2.45.2