Previous | 199869 Revisions | Next |
r32796 Saturday 18th October, 2014 at 11:00:46 UTC by smf |
---|
compilation fix for VS14 CTP4 (nw) |
[src/mess/machine] | thomson.c |
r32795 | r32796 | |
---|---|---|
1517 | 1517 | else |
1518 | 1518 | { |
1519 | 1519 | astring errmsg; |
1520 | errmsg.printf("Invalid cartridge size %"I64FMT"d", size); | |
1520 | errmsg.printf("Invalid cartridge size %" I64FMT "d", size); | |
1521 | 1521 | image.seterror(IMAGE_ERROR_UNSUPPORTED, errmsg.cstr()); |
1522 | 1522 | return IMAGE_INIT_FAIL; |
1523 | 1523 | } |
Previous | 199869 Revisions | Next |