1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-11-08 03:22:25 +03:00

Full branch coverage for config module.

This commit is contained in:
David Steele
2018-05-04 12:49:25 -04:00
parent 6c3b40152f
commit 90aadc6534
11 changed files with 274 additions and 270 deletions

View File

@@ -339,7 +339,7 @@ helpRender()
strCat(result, ": ");
for (int nameAltIdx = 0; nameAltIdx < cfgDefOptionHelpNameAltValueTotal(optionDefId); nameAltIdx++)
for (uint nameAltIdx = 0; nameAltIdx < cfgDefOptionHelpNameAltValueTotal(optionDefId); nameAltIdx++)
{
if (nameAltIdx != 0)
strCat(result, ", "); // {uncovered - no option has more than one alt name}