X-Git-Url: https://git.ozlabs.org/?p=yaboot.git;a=blobdiff_plain;f=second%2Ffs_ext2.c;h=a85958f0323f54e4d73c00ce158d8bc70208f8d1;hp=a8bdf6bdf6d8de71a3bdf11275317eb9d6f234b5;hb=37d30b56405bf9858e0c1c1baad93105737e7a1b;hpb=b45c3a6c5730d47dd7dad9b90f92bd0378285f50 diff --git a/second/fs_ext2.c b/second/fs_ext2.c index a8bdf6b..a85958f 100644 --- a/second/fs_ext2.c +++ b/second/fs_ext2.c @@ -109,7 +109,7 @@ static unsigned long read_total; static unsigned long read_max; static struct boot_file_t* read_cur_file; static errcode_t read_result; -static char* read_buffer; +static unsigned char* read_buffer; static int read_dump_range(void); static int read_iterator(ext2_filsys fs, blk_t *blocknr, int lg_block, void *private);