summaryrefslogtreecommitdiff
path: root/Source/OpenIFF.S
diff options
context:
space:
mode:
authorChristian A. Weber <chris@gna.ch>1992-05-17 03:27:14 +0000
committerChristian A. Weber <chris@gna.ch>1992-05-17 03:27:14 +0000
commite11f00aad3ad4846e7ef31a56a78836b6f1a6478 (patch)
tree1d3d1d658a9ff13b195f2a7faf134a75172e7d00 /Source/OpenIFF.S
parent487e3a858a0a09a43b434d7dce8d213703440063 (diff)
downloadiff-library-e11f00aad3ad4846e7ef31a56a78836b6f1a6478.tar.gz
iff-library-e11f00aad3ad4846e7ef31a56a78836b6f1a6478.tar.bz2
iff-library-e11f00aad3ad4846e7ef31a56a78836b6f1a6478.zip
Bug in IFFL_OpenIFF() korrigiert: Der Modus wurde in D1 statt D0 erwartet
Diffstat (limited to 'Source/OpenIFF.S')
-rw-r--r--Source/OpenIFF.S8
1 files changed, 4 insertions, 4 deletions
diff --git a/Source/OpenIFF.S b/Source/OpenIFF.S
index 06ac715..51c5a62 100644
--- a/Source/OpenIFF.S
+++ b/Source/OpenIFF.S
@@ -1,11 +1,11 @@
**
-** $Id: OpenIFF.S,v 1.1 92/05/12 22:26:43 chris Exp $
-** $Revision: 1.1 $
+** $Id: OpenIFF.S,v 21.1 92/05/15 03:21:49 chris Exp $
+** $Revision: 21.1 $
**
** $Filename: OpenIFF.S $
** $Author: chris $
** $Release: 19.1 $
-** $Date: 92/05/12 22:26:43 $
+** $Date: 92/05/15 03:21:49 $
**
** iff.library/IFFL_OpenIFF
**
@@ -73,7 +73,7 @@
OpenIFFFunc: movem.l d2-d6/a2/a5-a6,-(SP)
moveq.l #MEMF_ANY,d6 ; MemType: egal
- tst.l d1 ; IFFL_MODE_READ ?
+ tst.l d0 ; IFFL_MODE_READ ?
beq ReadMode
*****************************************************************************