Skip to content

Commit

Permalink
Changed delimiter in OSS messages. #24
Browse files Browse the repository at this point in the history
  • Loading branch information
bero committed Dec 7, 2024
1 parent 5a7b98c commit 0205569
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Source/BoldExternalObjectSpaceEventHandler.pas
Original file line number Diff line number Diff line change
Expand Up @@ -195,9 +195,7 @@ procedure TBoldExternalObjectSpaceEventHandler.HandleMessage(const aMsg: String)
raise EBold.CreateFmt('%s.HandleMessage: The systemhandle (%s) is not active. Unable to handle messages', [self.ClassName, fBoldSystemHandle.name]);

vEvents := TStringList.Create;
vEvents.Delimiter := ';';
vEvents.StrictDelimiter := true;
vEvents.DelimitedText := aMsg;
vEvents.CommaText := aMsg;
vExactId := nil;
vObjectID := TBoldDefaultID.Create;
try
Expand Down

0 comments on commit 0205569

Please sign in to comment.