1
0
mirror of https://github.com/moparisthebest/Simba synced 2024-11-22 09:12:19 -05:00

Small debug fix

This commit is contained in:
Merlijn Wajer 2010-06-29 18:18:18 +02:00
parent 02b7623e34
commit c999497606

View File

@ -163,7 +163,7 @@ implementation
xerror := 'UNKNOWN'; xerror := 'UNKNOWN';
end; end;
result := 0; result := 0;
mDebugLn('X Error: '); mDebugLn('X Error: ' + xerror);
mDebugLn('Error code: ' + inttostr(para2^.error_code)); mDebugLn('Error code: ' + inttostr(para2^.error_code));
mDebugLn('Display: ' + inttostr(LongWord(para2^.display))); mDebugLn('Display: ' + inttostr(LongWord(para2^.display)));
mDebugLn('Minor code: ' + inttostr(para2^.minor_code)); mDebugLn('Minor code: ' + inttostr(para2^.minor_code));