Fixed a bug with the .incbin command
git-svn-id: svn://svn.cc65.org/cc65/trunk@697 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -892,7 +892,7 @@ static void DoIncBin (void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Insert it into the output */
|
/* Insert it into the output */
|
||||||
EmitData (Buf, Count);
|
EmitData (Buf, BytesRead);
|
||||||
|
|
||||||
/* Keep the counters current */
|
/* Keep the counters current */
|
||||||
Count -= BytesRead;
|
Count -= BytesRead;
|
||||||
|
|||||||
Reference in New Issue
Block a user