From: juandon Date: Thu, 4 Jul 2002 14:01:03 +0000 (+0000) Subject: - missing "&" X-Git-Tag: rpm-4_0_2-82~8 X-Git-Url: http://git.pld-linux.org/?p=packages%2Frpm.git;a=commitdiff_plain;h=8d28f612a82a37965787e480391029a36ca8e5b8 - missing "&" Changed files: rpm-check_files.patch -> 1.5 --- diff --git a/rpm-check_files.patch b/rpm-check_files.patch index 01e4e58..9136b64 100644 --- a/rpm-check_files.patch +++ b/rpm-check_files.patch @@ -48,7 +48,7 @@ + + if (readBuf) { + buf = getStringBuf(readBuf); -+ if ((*buf != '\0') & (*buf != '\n')) ++ if ((*buf != '\0') && (*buf != '\n')) + rpmMessage(RPMMESS_WARNING, \ + _("found installed files not placed in any package:\n---\n%s---\n"), + buf);