Ajout d'un -1 très utile
parent
95002771be
commit
fb861ac822
|
@ -102,7 +102,7 @@ int main( int argc, char **argv)
|
|||
|
||||
P(mutex_data);
|
||||
vartemp = (int) memoireP->tete;
|
||||
msgtemp = (MSG) memoireP->f[vartemp];
|
||||
msgtemp = (MSG) memoireP->f[vartemp -1 ];
|
||||
V(mutex_data);
|
||||
|
||||
if(numTete != vartemp)
|
||||
|
|
Loading…
Reference in New Issue