Aktualizovat du5/program.c
This commit is contained in:
parent
214135ac9f
commit
3f6444f002
@ -18,7 +18,7 @@ int main()
|
|||||||
else if (line[0] == '*')
|
else if (line[0] == '*')
|
||||||
{
|
{
|
||||||
//precita a ulozi odpoved
|
//precita a ulozi odpoved
|
||||||
sscanf(answer, "%s [^\n]", &answer);
|
sscanf(answer, "% [^\n]", &answer);
|
||||||
}
|
}
|
||||||
else if (line[0] == 'n')
|
else if (line[0] == 'n')
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user