Aktualizovat du2/program.c
This commit is contained in:
parent
f9e10109ca
commit
fc6716ff7d
@ -61,7 +61,7 @@ int main() {
|
|||||||
{
|
{
|
||||||
//20 je nahodne cislo, resp. realne budeme vypisovat userov
|
//20 je nahodne cislo, resp. realne budeme vypisovat userov
|
||||||
//, pokial nenarazime na prazdny student ID zaznam
|
//, pokial nenarazime na prazdny student ID zaznam
|
||||||
if (DBStudenti[i].meno == '\0')
|
if (DBStudenti[i].meno[0] == '\0')
|
||||||
{
|
{
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user