mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-06 05:48:40 +00:00
minor fix
This commit is contained in:
@@ -526,7 +526,7 @@ date_time_from_unix_time(U64 unix_time)
|
|||||||
|
|
||||||
for(;;)
|
for(;;)
|
||||||
{
|
{
|
||||||
for(date.month = 0; date.month <= 12; ++date.month)
|
for(date.month = 0; date.month < 12; ++date.month)
|
||||||
{
|
{
|
||||||
U64 c = 0;
|
U64 c = 0;
|
||||||
switch(date.month)
|
switch(date.month)
|
||||||
|
|||||||
Reference in New Issue
Block a user