fixed-vhd-writer icon indicating copy to clipboard operation
fixed-vhd-writer copied to clipboard

fpos_t invalid operands to binary

Open manuqiao opened this issue 3 years ago • 2 comments

writer.c: In function ‘get_file_size_by_name’: writer.c:116:18: error: invalid operands to binary - (have ‘fpos_t’ {aka ‘struct _G_fpos_t’} and ‘fpos_t’ {aka ‘struct _G_fpos_t’}) 116 | return fpos_end - fpos_begin;

manuqiao avatar Nov 21 '21 14:11 manuqiao