summaryrefslogtreecommitdiff
path: root/print/magicfilter/files/patch-fe.c
blob: 5df9f96ae79cf67ba661c868905462a3a60c6a66 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- fe.c.orig	2003-05-09 18:27:15 UTC
+++ fe.c
@@ -128,7 +128,7 @@ be(int input, int output)
 
     /* read rules
      */
-    while ( (r = getline(f)) != 0) {
+    while ( (r = get_line(f)) != 0) {
 	rulecount++;
 	if (tail) {
 	    tail->next = r;