rectif de variables sous linux

This commit is contained in:
william 2017-03-18 23:59:12 +01:00
parent 137aa1d976
commit 37ef19cdfc
2 changed files with 1 additions and 3 deletions

View file

@ -40,9 +40,7 @@ int builtin_export(
{ {
char *equal; char *equal;
t_btexport data; t_btexport data;
int i;
i = 0;
(void)envp; (void)envp;
(void)path; (void)path;
data.flag = 0; data.flag = 0;

View file

@ -92,7 +92,7 @@ int c_glob_matching(void)
char **ss_glob; char **ss_glob;
unsigned char *glob_echap; unsigned char *glob_echap;
char *str; char *str;
size_t pos; long pos;
str = data_singleton()->line.input; str = data_singleton()->line.input;
if ((pos = c_glob_pos(NULL, 0)) == -1) if ((pos = c_glob_pos(NULL, 0)) == -1)