Aktualizovat du5/program.c
This commit is contained in:
parent
8ec9a0aee4
commit
47e5f7f905
@ -17,7 +17,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(line, "%s [^\n]", &answer);
|
||||||
}
|
}
|
||||||
else if (line[0] == 'n')
|
else if (line[0] == 'n')
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user