Browse Source

teste agi_c

remotes/origin/master
Rodgger 2 years ago
parent
commit
b0ece9c8ce
  1. 4
      agi.c

4
agi.c

@ -20,6 +20,10 @@ int ast_agi_stdin( char *str_stdin, int n ){
return -1; return -1;
} }
if(strlen(str_stdin) == 1 && str_stdin[0] == '\n'){
return -1;
}
return 0; return 0;
} }

Loading…
Cancel
Save