Don't needlessly call setlocale()
gtk_init_with_args() does it for us.
This commit is contained in:
parent
9045898fb6
commit
a346ff8d02
4
fastiv.c
4
fastiv.c
@ -19,7 +19,6 @@
|
|||||||
#include <glib/gstdio.h>
|
#include <glib/gstdio.h>
|
||||||
#include <gtk/gtk.h>
|
#include <gtk/gtk.h>
|
||||||
|
|
||||||
#include <locale.h>
|
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
@ -277,9 +276,6 @@ on_key_press(G_GNUC_UNUSED GtkWidget *widget, GdkEvent *event,
|
|||||||
int
|
int
|
||||||
main(int argc, char *argv[])
|
main(int argc, char *argv[])
|
||||||
{
|
{
|
||||||
if (!setlocale(LC_CTYPE, ""))
|
|
||||||
exit_fatal("cannot set locale");
|
|
||||||
|
|
||||||
gboolean show_version = FALSE;
|
gboolean show_version = FALSE;
|
||||||
gchar **path_args = NULL;
|
gchar **path_args = NULL;
|
||||||
const GOptionEntry options[] = {
|
const GOptionEntry options[] = {
|
||||||
|
Loading…
Reference in New Issue
Block a user