Skip to content

Commit

Permalink
use c locale
Browse files Browse the repository at this point in the history
  • Loading branch information
mblum94 committed Oct 7, 2023
1 parent 5835169 commit 3553e92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ static const char help_str[] = "View images.";

int main(int argc, char* argv[argc])
{
gtk_disable_setlocale();
gtk_init(&argc, &argv);

long count;
Expand Down

0 comments on commit 3553e92

Please sign in to comment.