12 lines
427 B
Diff
12 lines
427 B
Diff
diff -up grip-3.3.5/src/launch.c.orig grip-3.3.5/src/launch.c
|
|
--- grip-3.3.5/src/launch.c.orig 2017-04-13 01:56:34.000000000 -0600
|
|
+++ grip-3.3.5/src/launch.c 2017-05-24 14:37:51.929426362 -0600
|
|
@@ -261,7 +261,7 @@ void ArgsToLocale(GString **args)
|
|
char *new_str;
|
|
GString *new_arg;
|
|
int pos;
|
|
- int len;
|
|
+ gsize len;
|
|
|
|
for(pos=1;args[pos];pos++) {
|
|
new_str=g_locale_from_utf8(args[pos]->str,-1,NULL,&len,NULL);
|