Changes between Initial Version and Version 3 of Ticket #7607
- Timestamp:
- Nov 8, 2018, 10:31:14 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7607
- Property Status new → closed
- Property Component → Port: AmigaOS4
-
Ticket #7607 – Description
initial v3 9 9 \[22:20:44\] <LordHoto> well the problem is that your system defines int32 as signed long, which is perfectly valid, but printf would require %ld instead of %d for signed long 10 10 \[22:21:05\] <LordHoto> but since other systems are using signed int instead of signed long, which would require just %d again, there's nothing that can be done about it 11 \[22:21:24\] <CIA-36> lordhoto \* rb29864 /scummvm/trunk/engines/kyra/ \(saveload\_v1.cpp screen.cpp staticres.cpp vqa.cpp\)n:debug\(C\) parameter type fixes.11 \[22:21:24\] <CIA-36> lordhoto \* rb29864 /scummvm/trunk/engines/kyra/ \(saveload\_v1.cpp screen.cpp staticres.cpp vqa.cpp\)n: debug\(C\) parameter type fixes. 12 12 \[22:21:46\] <LordHoto> anyway my commit now should at least fix the ones complaing about "'%c' expects type 'int', but argument X has type 'long unsigned int'" 13 13
