Skip to content

Commit 2dac158

Browse files
committed
more
1 parent 95a69ff commit 2dac158

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stri_prepare_arg.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1466,7 +1466,7 @@ const char* stri__prepare_arg_locale(
14661466
bool allowna
14671467
) {
14681468
const char* default_locale = uloc_getDefault();
1469-
Rprintf("locale='%s'\n", default_locale);
1469+
14701470
if (!strcmp(default_locale, "C") || !strcmp(default_locale, "c"))
14711471
default_locale = "en_US_POSIX";
14721472

0 commit comments

Comments
 (0)