summaryrefslogtreecommitdiffstats
path: root/patches/efax-0.9/efax-0.9-misc.patch
blob: 64029e9e08a8661a36efcaec7b1aa638f1949b29 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- efax-0.9/efax.c.orig	2003-05-20 14:33:31.000000000 +0200
+++ efax-0.9/efax.c	2003-05-20 14:32:51.000000000 +0200
@@ -759,7 +759,7 @@
 	c = tgetd ( f, TO_CHAR ) ;
 
 	rd_state = ( rd_state & rd_allowed[c] ) ?
-	  ( ( rd_state & rd_nexts[c] ) ? rd_state <<= 1 : rd_state ) : 
+	  ( ( rd_state & rd_nexts[c] ) ? rd_state << 1 : rd_state ) : 
 	  RD_BEGIN ;
 
 	if ( rd_state == RD_END )