diff options
author | jlovell <jlovell@a1ca3aef-8c08-0410-bb20-df032aa958be> | 2006-02-03 00:47:45 +0000 |
---|---|---|
committer | jlovell <jlovell@a1ca3aef-8c08-0410-bb20-df032aa958be> | 2006-02-03 00:47:45 +0000 |
commit | 4400e98de24bd267328aa20d57951fb6678297fe (patch) | |
tree | 87c1c230c4ec637119f262b6f037421bf3e3b4bd /scheduler/banners.c | |
parent | e00b005a05b3be11f59ddf676914233d38626b38 (diff) | |
download | cups-4400e98de24bd267328aa20d57951fb6678297fe.tar.gz |
Load cups into easysw/current.
git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@54 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'scheduler/banners.c')
-rw-r--r-- | scheduler/banners.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scheduler/banners.c b/scheduler/banners.c index 71cb9d4f0..c95ea0d9e 100644 --- a/scheduler/banners.c +++ b/scheduler/banners.c @@ -1,5 +1,5 @@ /* - * "$Id: banners.c 4968 2006-01-24 03:56:31Z mike $" + * "$Id: banners.c 5051 2006-02-02 16:13:16Z mike $" * * Banner routines for the Common UNIX Printing System (CUPS). * @@ -61,7 +61,7 @@ cupsdAddBanner(const char *name, /* I - Name of banner */ * See what the filetype is... */ - if ((filetype = mimeFileType(MimeDatabase, filename, NULL)) == NULL) + if ((filetype = mimeFileType(MimeDatabase, filename, NULL, NULL)) == NULL) { cupsdLogMessage(CUPSD_LOG_WARN, "cupsdAddBanner: Banner \"%s\" (\"%s\") is of an unknown file type - skipping!", @@ -208,5 +208,5 @@ compare_banners( /* - * End of "$Id: banners.c 4968 2006-01-24 03:56:31Z mike $". + * End of "$Id: banners.c 5051 2006-02-02 16:13:16Z mike $". */ |