mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-03-12 18:30:41 +00:00
debug cleanup
This commit is contained in:
parent
70507f89da
commit
ca8e10b2df
@ -226,12 +226,12 @@ time_t MacTimeToTime(uint32 t)
|
||||
}
|
||||
}
|
||||
|
||||
#if DEBUG
|
||||
uint32 round_trip_val = TimeToMacTime(out);
|
||||
D(bug("MacTimeToTime: round trip %u -> %ld -> %u\n", t, out, round_trip_val));
|
||||
|
||||
#if DEBUG
|
||||
struct tm * show = localtime(&out);
|
||||
D(bug("%s", asctime(show)));
|
||||
D(bug(" %s", asctime(show)));
|
||||
if (t != round_trip_val) {
|
||||
D(bug("MacTimeToTime: Round-Trip Value Disagrees\n"));
|
||||
}
|
||||
|
@ -486,12 +486,12 @@ time_t MacTimeToTime(uint32 t)
|
||||
}
|
||||
}
|
||||
|
||||
#if DEBUG
|
||||
uint32 round_trip_val = TimeToMacTime(out);
|
||||
D(bug("MacTimeToTime: round trip %u -> %ld -> %u\n", t, out, round_trip_val));
|
||||
|
||||
#if DEBUG
|
||||
struct tm * show = localtime(&out);
|
||||
D(bug("%s", asctime(show)));
|
||||
D(bug(" %s", asctime(show)));
|
||||
if (t != round_trip_val) {
|
||||
D(bug("MacTimeToTime: Round-Trip Value Disagrees\n"));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user