Skip to content

Commit f0a97bb

Browse files
author
Grahame Grieve
committed
Compile fix
1 parent d04d156 commit f0a97bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/fhir/fhir_tx.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ procedure TTerminologyOperationContext.addNote(vs : TFHIRValueSetW; note : Strin
393393
s : string;
394394
begin
395395
s := StringPadRight(inttostr(GetTickCount64 - FStartTime)+'ms', ' ', 4)+' '+
396-
StringPadLeft('', ' ', indentCount*2)+'#'+inttostr(SerialNumber)+': '+note;
396+
StringPadLeft('', ' ', indentCount*2)+{$IFDEF OBJECT_TRACKING}'#'+inttostr(SerialNumber)+{$ENDIF}': '+note;
397397
//if UnderDebugger then
398398
// Logging.log(s);
399399
FTimeTracker.step(s);

0 commit comments

Comments
 (0)