summaryrefslogtreecommitdiff
path: root/scheduler/type.c
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2013-09-10 21:59:52 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2013-09-10 21:59:52 +0000
commit9c4774302020c9aa7368e2ed9a44a515a4fbb250 (patch)
treea4d9bcdeeb6189e8766661acdb9d9e0a720b8283 /scheduler/type.c
parent91123e2c8258eb60dbf015eeddb7d4a91c035e36 (diff)
downloadcups-9c4774302020c9aa7368e2ed9a44a515a4fbb250.tar.gz
Fix build failures.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@11278 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'scheduler/type.c')
-rw-r--r--scheduler/type.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/scheduler/type.c b/scheduler/type.c
index c466a257f..ce7fbdaa9 100644
--- a/scheduler/type.c
+++ b/scheduler/type.c
@@ -891,6 +891,7 @@ mime_check_rules(
* short then don't compare - it can't match...
*/
+ if (fb->length > 0)
{
char temp[MIME_MAX_BUFFER + 1];
/* Temporary buffer */