summaryrefslogtreecommitdiffstats
path: root/patches/efax-0.9/efax-0.9-misc.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/efax-0.9/efax-0.9-misc.patch')
-rw-r--r--patches/efax-0.9/efax-0.9-misc.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/patches/efax-0.9/efax-0.9-misc.patch b/patches/efax-0.9/efax-0.9-misc.patch
new file mode 100644
index 000000000..64029e9e0
--- /dev/null
+++ b/patches/efax-0.9/efax-0.9-misc.patch
@@ -0,0 +1,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 )