diff options
author | Christian A. Weber <chris@gna.ch> | 1992-05-17 03:31:01 +0000 |
---|---|---|
committer | Christian A. Weber <chris@gna.ch> | 1992-05-17 03:31:01 +0000 |
commit | 48d1a87f9d50b5ffef6b857fdf8f104ebb09b45e (patch) | |
tree | 7df4fa12672bece181a292b5e2b88f8309b9398d /Source | |
parent | 39b0e0e4901dd9543fdf8ca299332e2f1b5c9380 (diff) | |
download | iff-library-48d1a87f9d50b5ffef6b857fdf8f104ebb09b45e.tar.gz iff-library-48d1a87f9d50b5ffef6b857fdf8f104ebb09b45e.tar.bz2 iff-library-48d1a87f9d50b5ffef6b857fdf8f104ebb09b45e.zip |
Verkehrte Fehler-Abfrage nach Write() korrigiert
Diffstat (limited to 'Source')
-rw-r--r-- | Source/PopChunk.S | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Source/PopChunk.S b/Source/PopChunk.S index ae0d001..04a6453 100644 --- a/Source/PopChunk.S +++ b/Source/PopChunk.S @@ -1,11 +1,11 @@ ** -** $Id: $ -** $Revision: $ +** $Id: PopChunk.S,v 21.1 92/05/15 03:24:13 chris Exp $ +** $Revision: 21.1 $ ** ** $Filename: PopChunk.S $ -** $Author: Christian A. Weber $ +** $Author: chris $ ** $Release: 21.1 $ -** $Date: 92/05/14 22:26:34 $ +** $Date: 92/05/15 03:24:13 $ ** ** iff.library/IFFL_PopChunk ** @@ -97,7 +97,7 @@ PopChunkFunc: movem.l d2-d3/a2/a5-a6,-(SP) moveq.l #4,d3 ; 1 Langwort JSRLIB Write ; schreiben cmp.l d3,d0 - beq.b .WriteError + bne.b .WriteError *** An das Ende des Chunks seeken |