mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-25 13:55:34 -05:00
theme-parser.test: Run in locale C, as we test error strings
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
This commit is contained in:
parent
a24af6e64c
commit
839693391b
1 changed files with 1 additions and 1 deletions
|
@ -1259,7 +1259,7 @@ int main ( int argc, char ** argv )
|
|||
{
|
||||
cmd_set_arguments ( argc, argv );
|
||||
|
||||
if ( setlocale ( LC_ALL, "" ) == NULL ) {
|
||||
if ( setlocale ( LC_ALL, "C" ) == NULL ) {
|
||||
fprintf ( stderr, "Failed to set locale.\n" );
|
||||
return EXIT_FAILURE;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue