Skip to content

Commit ca243f9

Browse files
Fixed namespace issue
1 parent de0bc40 commit ca243f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Src/VSoft.CommandLine.Options.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ class procedure TOptionsRegistry.PrintUsage(const commandName: string; const pro
451451

452452
function compareKey(const L, R: String): Integer;
453453
begin
454-
Result := SysUtils.CompareText(L, R);
454+
Result := CompareText(L, R);
455455
end;
456456

457457
class procedure TOptionsRegistry.PrintUsage(const proc: TConstProc<string>; const printDefaultUsage : boolean);

VSoft.CommandLine.dspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"metadata": {
33
"id": "VSoft.CommandLine",
4-
"version": "0.0.1",
4+
"version": "0.0.2",
55
"description": "Command Line Parser",
66
"authors": "Vincent Parrett",
77
"projectUrl": "https://github.com/VSoftTechnologies/VSoft.CommandLineParser",

0 commit comments

Comments
 (0)