deadlock is coming NOW

This commit is contained in:
phyto 2019-05-20 19:53:24 +02:00
förälder a5525aea74
incheckning 32720f2a44
1 ändrade filer med 1 tillägg och 1 borttagningar

Visa fil

@ -52,7 +52,7 @@ for (idx=0; idx<nbloops; idx++) {
else if (0x14==key) { /* request for terminal */
foo = run_the_terminal(sfd, " terminal ", 0);
putbyte(sfd, 'x'); putbyte(sfd, '\n');
putbyte(sfd, 'x'); putbyte(sfd, '\r');
sprintf(ligne, "retour terminal = %d", foo);
aff_message(ligne); sleep(1);
}