diff options
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 |