improved Makefile, fixed writes: a field width of 0 is not standard

This commit is contained in:
ceriel
1989-06-15 19:11:01 +00:00
parent 044b8e1b5c
commit a29051f2a8
5 changed files with 27 additions and 22 deletions

View File

@@ -726,5 +726,5 @@ tst17; tst18; tst19; tst20;
#endif
write('Program t1:',pct:3,' tests completed.');
writeln('Number of errors = ',ect:0);
writeln('Number of errors = ',ect:1);
end.