From 83815da16d0636025061e9f7f8aac8cd806402d2 Mon Sep 17 00:00:00 2001 From: Mike North Date: Thu, 12 Dec 2019 23:13:23 -0800 Subject: [PATCH] Update FC.ASM --- v2.0/source/FC.ASM | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/v2.0/source/FC.ASM b/v2.0/source/FC.ASM index 21ed991fc..43b3b6145 100644 --- a/v2.0/source/FC.ASM +++ b/v2.0/source/FC.ASM @@ -202,7 +202,7 @@ mode db FALSE ;If false then trying to match a line ; from buf1 to lines in buf2. If true ; then viceversa. -sinc db TRUE ;Sinc flag, start IN SINC +sinc db FALSE ;Sinc flag, start IN SINC bend db 0 ;binary end of file flag, 0= none yet, ; 1= file 1 ended, 2= file 2 ended @@ -1681,4 +1681,3 @@ stack ends end start - \ No newline at end of file