deadlock is coming NOW

Este commit está contenido en:
phyto 2019-05-20 19:53:24 +02:00
padre a5525aea74
commit 32720f2a44
Se han modificado 1 ficheros con 1 adiciones y 1 borrados

Ver fichero

@ -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);
}