From d3cb12c1525bfaec66c191cc2d0e436d14ea52c2 Mon Sep 17 00:00:00 2001 From: Michael Andres Date: Mon, 18 Jun 2007 21:07:47 +0000 Subject: [PATCH] typo --- zypp/source/SourceImpl.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zypp/source/SourceImpl.cc b/zypp/source/SourceImpl.cc index 350ee35..ae81dca 100644 --- a/zypp/source/SourceImpl.cc +++ b/zypp/source/SourceImpl.cc @@ -229,7 +229,7 @@ Date SourceImpl::timestamp() const std::string SourceImpl::checksum() const { - return randomString(48); + return base::randomString(48); } void SourceImpl::dirInfo(const unsigned media_nr, -- 2.7.4