Skip to content

Commit 2f1876e

Browse files
authored
Fixes #15
1 parent 03946c2 commit 2f1876e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

general/Parameters.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ void LongParameters::Status()
553553
int line_len = 0;
554554

555555
bool legacy_parameters = false;
556-
bool legacy_count = 0;
556+
int legacy_count = 0;
557557

558558
for (LongParameterList * ptr = list + 1; ptr->description != NULL; ptr++)
559559
if (ptr->type == LP_LEGACY_PARAMETERS)

0 commit comments

Comments
 (0)