fragment: render: only include trailing space if there is another fragment
parent
dd741e722f
commit
648a2249fc
|
@ -531,6 +531,7 @@ fragment_render_buf(const pkgconf_list_t *list, char *buf, size_t buflen, bool e
|
|||
free(quoted);
|
||||
}
|
||||
|
||||
if (node->next != NULL)
|
||||
*bptr++ = ' ';
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue