*** empty log message ***

This commit is contained in:
glenux 2004-02-23 18:24:08 +00:00 committed by Glenn Y. Rolland
parent 19c5e2c94a
commit e520209693

View file

@ -31,7 +31,6 @@ int main(void) {
mSPAC=msgSpaceOpen(testId);
sleep(2);
montext=msgAllocate(mSPAC,2,180,0);
*montext=1;
sleep(2);
montext=msgAllocate(mSPAC,2,170,0);
sleep(2);
@ -40,6 +39,8 @@ int main(void) {
} else {
mSPAC=msgSpaceOpen(testId);
montext=msgAllocate(mSPAC,2,280,0);
*montext=42;
printf("### test Valeur %d ###\n",(int)*montext);
sleep(2);
montext=msgAllocate(mSPAC,2,270,0);
sleep(2);