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:
parent
b28672246a
commit
abb1362389
1 changed files with 1 additions and 1 deletions
|
@ -892,7 +892,7 @@ static void DoIncBin (void)
|
|||
}
|
||||
|
||||
/* Insert it into the output */
|
||||
EmitData (Buf, Count);
|
||||
EmitData (Buf, BytesRead);
|
||||
|
||||
/* Keep the counters current */
|
||||
Count -= BytesRead;
|
||||
|
|
Loading…
Add table
Reference in a new issue