Commit 05800e43364294be835c3f5c58962bf26ba80d26

Authored by Carlos Picanco
1 parent bffd9177
Exists in master

fix typo

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
units/zmq_network.pas
... ... @@ -329,7 +329,7 @@ begin
329 329 begin
330 330 S := TStringList.Create;
331 331 try
332   - S.LoadFromFile(ExtractFilePath(Application.ExeName))+'IP');
  332 + S.LoadFromFile(ExtractFilePath(Application.ExeName)+'IP');
333 333 GClientHost := 'tcp://'+S[0]+':';
334 334 finally
335 335 S.Free;
... ...