mirror of
https://github.com/bobbimanners/emailler.git
synced 2025-02-23 15:28:59 +00:00
Automatically determine if ProDOS 2.5
This commit is contained in:
parent
4fbe994a90
commit
f12af42b16
@ -390,7 +390,11 @@ int main(void)
|
||||
if (!strcmp(datestr, "Sun"))
|
||||
dow = 6;
|
||||
|
||||
dt.ispd25format = 1;
|
||||
p = (unsigned char*)0xbfff;
|
||||
if (*p == 0x25)
|
||||
dt.ispd25format = 1;
|
||||
else
|
||||
dt.ispd25format = 0;
|
||||
dt.nodatetime = 0;
|
||||
|
||||
dst = isDST(&dt, dow);
|
||||
|
Loading…
x
Reference in New Issue
Block a user