]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- missing "&"
authorjuandon <witekfl@pld-linux.org>
Thu, 4 Jul 2002 14:01:03 +0000 (14:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm-check_files.patch -> 1.5

rpm-check_files.patch

index 01e4e58563f7042e4f51aac69bf678a20c9b06d8..9136b64844f3d3404c1c7ffbf48f232196301de0 100644 (file)
@@ -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);
This page took 0.141035 seconds and 4 git commands to generate.