]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- fixed brackets
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 19 Jan 2004 00:59:48 +0000 (00:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm-context.patch -> 1.4

rpm-context.patch

index 50d2ae6b83468ca9076d3c8098440d32d1c131d7..f3606b5eede9ee115562267b5f9ac309090dd4e0 100644 (file)
@@ -55,7 +55,7 @@ diff -u -u -r2.6 rpmsx.c
      if ((fp = fopen(fn, "r")) == NULL) {
 -      perror(fn);
 +      if (ENOENT == errno)
-+          fprintf(stderr, _("Parsing SELinux file contexts skipped: %s: %s\n", fn, strerror(errno)));
++          fprintf(stderr, _("Parsing SELinux file contexts skipped: %s: %s\n"), fn, strerror(errno));
 +      else
 +          perror(fn);
        return -1;
This page took 0.038202 seconds and 4 git commands to generate.