2f721cea89
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/cups#d1b1c28d68dd50f836a2011fe57edd27461bc5e5
13 lines
532 B
Diff
13 lines
532 B
Diff
diff -up cups-1.5b1/scheduler/banners.c.banners cups-1.5b1/scheduler/banners.c
|
|
--- cups-1.5b1/scheduler/banners.c.banners 2011-05-20 05:49:49.000000000 +0200
|
|
+++ cups-1.5b1/scheduler/banners.c 2011-05-23 17:35:30.000000000 +0200
|
|
@@ -110,6 +110,8 @@ cupsdLoadBanners(const char *d) /* I -
|
|
if ((ext = strrchr(dent->filename, '.')) != NULL)
|
|
if (!strcmp(ext, ".bck") ||
|
|
!strcmp(ext, ".bak") ||
|
|
+ !strcmp(ext, ".rpmnew") ||
|
|
+ !strcmp(ext, ".rpmsave") ||
|
|
!strcmp(ext, ".sav"))
|
|
continue;
|
|
|