# HG changeset patch # User Matti Hamalainen # Date 1578853715 -7200 # Node ID 28fe6a1be85246e7f153c81f59754246634321ec # Parent adac0e9f281036c7f4a55c8947832a6810b1681e Adjust to th-libs th_args_help() API change. diff -r adac0e9f2810 -r 28fe6a1be852 main.c --- a/main.c Sun Jan 12 18:08:41 2020 +0200 +++ b/main.c Sun Jan 12 20:28:35 2020 +0200 @@ -145,7 +145,7 @@ int i; th_print_banner(stdout, th_prog_name, "[options] "); - th_args_help(stdout, optList, optListN, 0); + th_args_help(stdout, optList, optListN, 0, 80 - 2); printf( "\n"