lala
This commit is contained in:
parent
5414e2be84
commit
db81c29100
@ -50,7 +50,7 @@ int main(){
|
||||
if (*endptr == '\0') { // je cislo
|
||||
if(mystack.size >= SIZE) {
|
||||
printf("full stack\n");
|
||||
return 1;
|
||||
return 0;
|
||||
}
|
||||
push(&mystack,num);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user