Skip to content

Commit

Permalink
fix uninitialised return value bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Grahame Grieve committed Jan 28, 2024
1 parent 2812f23 commit 32180bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/ftx/fhir_valuesets.pas
Original file line number Diff line number Diff line change
Expand Up @@ -3140,6 +3140,7 @@ function TFHIRValueSetExpander.processCode(cs : TCodeSystemProvider; parent : TF
cnt : TValueSetCounter;
vstr : TFHIRObject;
begin
result := nil;
deadCheck('processCode');
try
if not passesImports(imports, system, code, 0) then
Expand Down

0 comments on commit 32180bf

Please sign in to comment.