чување e2faff2bd69184efc95c49a55088f7d60cd7c6d0
родитељ 12629d49ae4fa3ccf92a1aba8114a85d6e849fc3
Аутор: Страхиња Радић <sr@strahinja.org>
Датум: Wed, 26 Aug 2026 13:54:43 +0000
hiscore.c(hs_add_now): Change gmtime to localtime in debug output
Diffstat:
измењених датотека: 1, додавања: 1(+), брисања: 1(-)
diff --git a/hiscore.c b/hiscore.c
@@ -55,7 +55,7 @@ hs_add_now(struct HiScoreEntry** table, const char* name, const int name_len,
nt = time(NULL);
if (!(ns = localtime(&nt)))
{
- SDL_LogError(SDL_LOG_CATEGORY_ERROR, "gmtime: %s",
+ SDL_LogError(SDL_LOG_CATEGORY_ERROR, "localtime: %s",
strerror(errno));
return 1;
}