mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-16 22:05:21 -05:00
main: “title%s” -> “title=%s”
Fix regression of --title,-T option. This broken when command line
parsing was switched to using overrides, in
0b4f1b4af2.
Closes #1457
This commit is contained in:
parent
d00a2a222e
commit
5334e3d1aa
1 changed files with 1 additions and 1 deletions
2
main.c
2
main.c
|
|
@ -263,7 +263,7 @@ main(int argc, char *const *argv)
|
|||
break;
|
||||
|
||||
case 'T':
|
||||
tll_push_back(overrides, xasprintf("title%s", optarg));
|
||||
tll_push_back(overrides, xasprintf("title=%s", optarg));
|
||||
break;
|
||||
|
||||
case 'a':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue