]> git.pld-linux.org Git - packages/rpm.git/blobdiff - rpm-check_files.patch
02d49760ff3c47119c3c8f47030a3eb4 pldnotify.awk
[packages/rpm.git] / 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.029018 seconds and 4 git commands to generate.