Skip to content

Commit

Permalink
Get xmedia short version
Browse files Browse the repository at this point in the history
  • Loading branch information
kala13x committed Nov 12, 2024
1 parent f81cc81 commit ebe02f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/version.c
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const char* XMedia_VersionShort(void)
{
if (!XSYNC_ATOMIC_GET(&g_nHaveVerShort))
{
XMedia_GetVersion(g_xMediaVerLong, sizeof(g_xMediaVerLong), XTRUE);
XMedia_GetVersion(g_xMediaVerShort, sizeof(g_xMediaVerShort), XTRUE);
XSYNC_ATOMIC_SET(&g_nHaveVerShort, XTRUE);
}

Expand Down

0 comments on commit ebe02f9

Please sign in to comment.