1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Do the patch right. My brain was elsewhere, evidently. Fix octet-stream

printing problem for non-PS printers.
This commit is contained in:
Alan Eldridge 2002-09-11 15:18:12 +00:00
parent 694e86d25a
commit a5f602ead8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=66150

View File

@ -1,11 +1,11 @@
Index: mime.c
Index: scheduler/mime.c
===================================================================
RCS file: /home/anoncvs/cups/scheduler/mime.c,v
retrieving revision 1.12
retrieving revision 1.14
diff -u -3 -r1.12 -r1.14
--- mime.c 2002/05/16 13:45:02 1.12
+++ mime.c 2002/08/23 01:33:46 1.14
--- scheduler/mime.c 2002/05/16 13:45:02 1.12
+++ scheduler/mime.c 2002/08/23 01:33:46 1.14
@@ -1,5 +1,5 @@
/*
- * "$Id: mime.c,v 1.12 2002/05/16 13:45:02 mike Exp $"