diff options
Diffstat (limited to 'Src/Modules/hlgroup.c')
| -rw-r--r-- | Src/Modules/hlgroup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/Modules/hlgroup.c b/Src/Modules/hlgroup.c index 6c5a4bec4..1dc6ac2ef 100644 --- a/Src/Modules/hlgroup.c +++ b/Src/Modules/hlgroup.c @@ -43,7 +43,7 @@ convertattr(char *attrstr, int sgr) char *r, *s; int len; - match_highlight(attrstr, &atr, NULL); + match_highlight(attrstr, &atr, NULL, NULL); s = zattrescape(atr, sgr ? NULL : &len); if (sgr) { |
