mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-20 12:40:18 +00:00
Fix warning
This commit is contained in:
@@ -404,7 +404,7 @@ static int
|
|||||||
is_in_path (char *cmd)
|
is_in_path (char *cmd)
|
||||||
{
|
{
|
||||||
char *prog = g_strdup (cmd + 1); /* 1st char is "!" */
|
char *prog = g_strdup (cmd + 1); /* 1st char is "!" */
|
||||||
char *space, *path, *orig;
|
char *path, *orig;
|
||||||
char **argv;
|
char **argv;
|
||||||
int argc;
|
int argc;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user