rectif de variables sous linux
This commit is contained in:
parent
137aa1d976
commit
37ef19cdfc
2 changed files with 1 additions and 3 deletions
|
|
@ -40,9 +40,7 @@ int builtin_export(
|
|||
{
|
||||
char *equal;
|
||||
t_btexport data;
|
||||
int i;
|
||||
|
||||
i = 0;
|
||||
(void)envp;
|
||||
(void)path;
|
||||
data.flag = 0;
|
||||
|
|
|
|||
|
|
@ -92,7 +92,7 @@ int c_glob_matching(void)
|
|||
char **ss_glob;
|
||||
unsigned char *glob_echap;
|
||||
char *str;
|
||||
size_t pos;
|
||||
long pos;
|
||||
|
||||
str = data_singleton()->line.input;
|
||||
if ((pos = c_glob_pos(NULL, 0)) == -1)
|
||||
|
|
|
|||
Loading…
Reference in a new issue