[PATCH imv] title_text: removed trailing whitespace to set WM_NAME
Export this patch
src/imv.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/imv.c b/src/imv.c
index 8380a12..0f52df8 100644
--- a/src/imv.c
+++ b/src/imv.c
@@ -2002,7 +2002,7 @@ static size_t generate_env_text(struct imv *imv, char *buf, size_t buf_len, cons
setenv("IFS", "", 1);
if (wordexp(format, &word, 0) == 0) {
for (size_t i = 0; i < word.we_wordc; ++i) {
- len += snprintf(buf + len, buf_len - len, "%s ", word.we_wordv[i]);
+ len += snprintf(buf + len, buf_len - len, "%s", word.we_wordv[i]);
}
wordfree(&word);
} else {
imv/patches: FAILED in 3m27s
[title_text: removed trailing whitespace to set WM_NAME][0] from [Johannes Knoll][1]
[0]: https://lists.sr.ht/~exec64/imv-devel/patches/28159
[1]: mailto:Johannes.Knoll@hs-augsburg.de
✗ #669319 FAILED imv/patches/archlinux.yml https://builds.sr.ht/~exec64/job/669319
✗ #669320 FAILED imv/patches/freebsd.yml https://builds.sr.ht/~exec64/job/669320
✗ #669318 FAILED imv/patches/debian.yml https://builds.sr.ht/~exec64/job/669318
✗ #669317 FAILED imv/patches/ubuntu.yml https://builds.sr.ht/~exec64/job/669317