Fixed a bug about setting date and time.
This commit is contained in:
parent
d9aa98e2a3
commit
6fec7f0960
|
@ -145,6 +145,8 @@ int General_MenuCallback(UINT32 uiMessage, UINT32 uiParam)
|
||||||
}
|
}
|
||||||
case IDM_DATE_AND_TIME:
|
case IDM_DATE_AND_TIME:
|
||||||
{
|
{
|
||||||
|
char dateTimeSet = uwOption == 0 ? SF_DATE_AUTO : SF_DATE_MANUAL;
|
||||||
|
puiPara->DateAuto = dateTimeSet;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
default:
|
default:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user