SYS: Fix a bad merge

This commit is contained in:
Piotr Durlej 2020-01-06 13:13:09 +01:00 committed by Kenneth J Davis
parent 0a0d55ea53
commit e0818e305b

View File

@ -1938,7 +1938,7 @@ BOOL copy(SYSOptions *opts, const BYTE *source, COUNT drive, const BYTE * filena
{
ULONG filesize;
UWORD theseg;
BYTE far *buffer, far *bufptr;
BYTE far *buffer; BYTE far *bufptr;
UWORD offs;
unsigned chunk_size;