mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 03:46:10 +02:00
[PATCH 169/188] removing debugging message
From 18b88ebb982fff52ac6ee63a636e92ddda3ffe3f Mon Sep 17 00:00:00 2001 From: Dmitry Boyarintsev <skalogryz.lists@gmail.com> Date: Fri, 27 Mar 2020 13:44:56 -0400 git-svn-id: branches/wasm@46165 -
This commit is contained in:
parent
a8a0308e48
commit
771db4114c
@ -339,7 +339,6 @@ begin
|
|||||||
numberText:='nan';
|
numberText:='nan';
|
||||||
inc(idx, 3);
|
inc(idx, 3);
|
||||||
if (idx < length(buf)) and (buf[idx]=':') then begin
|
if (idx < length(buf)) and (buf[idx]=':') then begin
|
||||||
writelN('att');
|
|
||||||
inc(idx);
|
inc(idx);
|
||||||
sub := '';
|
sub := '';
|
||||||
if (ScanNumberC(buf, idx, sub) in [nfHex, nfInteger]) then
|
if (ScanNumberC(buf, idx, sub) in [nfHex, nfInteger]) then
|
||||||
|
Loading…
Reference in New Issue
Block a user