Skip to content

Commit

Permalink
Missed static c_locale() in utils.
Browse files Browse the repository at this point in the history
  • Loading branch information
supervacuus committed Feb 8, 2023
1 parent b3613c5 commit a5d9e4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sentry_utils.c
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ sentry__iso8601_to_msec(const char *iso)
// to ensure the C locale is also used there.
#if !defined(SENTRY_PLATFORM_ANDROID) && !defined(SENTRY_PLATFORM_IOS)
static sentry__locale_t
c_locale()
c_locale(void)
{
static long c_locale_initialized = 0;
static sentry__locale_t c_locale;
Expand Down

0 comments on commit a5d9e4c

Please sign in to comment.