deadlock is coming NOW

This commit is contained in:
phyto 2019-05-20 19:53:24 +02:00
parent a5525aea74
commit 32720f2a44
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ for (idx=0; idx<nbloops; idx++) {
else if (0x14==key) { /* request for terminal */ else if (0x14==key) { /* request for terminal */
foo = run_the_terminal(sfd, " terminal ", 0); 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); sprintf(ligne, "retour terminal = %d", foo);
aff_message(ligne); sleep(1); aff_message(ligne); sleep(1);
} }