mirror of
https://github.com/vishapoberon/vipak.git
synced 2026-04-06 13:02:26 +00:00
Output of S.s when there was no text scanned was garbage
This commit is contained in:
parent
163102bd19
commit
289c154f46
2 changed files with 0 additions and 5 deletions
|
|
@ -62,11 +62,7 @@ BEGIN
|
|||
LogNormalized(sec, 2);
|
||||
Out.String(" :- ");
|
||||
FOR i := 0 TO Strings.Length(buff) - 1 DO
|
||||
(* Out.Char(" ");
|
||||
Out.Int(ORD(buff[i]), 4);
|
||||
Out.Char("-"); *)
|
||||
Out.Char(buff[i]);
|
||||
(* Out.Char(" ");Out.Char(" ");Out.Char(" "); *)
|
||||
END;
|
||||
Out.Ln;
|
||||
END Log;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue