Changeset 3148e92 in thomson for code/C/HxCHost/pff/diskio.c


Ignore:
Timestamp:
Mar 26, 2013, 11:08:20 PM (11 years ago)
Author:
Adrien Destugues <pulkomandy@…>
Branches:
main
Children:
6a7f7f1
Parents:
1180ce9
Message:

Some fixes.

git-svn-id: svn://localhost/thomson@46 85ae3b6b-dc8f-4344-a89d-598714f2e4e5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/C/HxCHost/pff/diskio.c

    r1180ce9 r3148e92  
    103103{
    104104        static WORD ptr;
    105         static char wrbuf[256];
     105        static char wrbuf[512];
    106106                // Separate buffer because we need to use map_sector, and it kills secbuf
    107107
     
    131131                        ++ptr;
    132132                }
    133         mon_putc(' ');
    134133        }
    135134
Note: See TracChangeset for help on using the changeset viewer.