Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
gagolews committed Nov 8, 2023
1 parent 95a69ff commit 2dac158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stri_prepare_arg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1466,7 +1466,7 @@ const char* stri__prepare_arg_locale(
bool allowna
) {
const char* default_locale = uloc_getDefault();
Rprintf("locale='%s'\n", default_locale);

if (!strcmp(default_locale, "C") || !strcmp(default_locale, "c"))
default_locale = "en_US_POSIX";

Expand Down

0 comments on commit 2dac158

Please sign in to comment.