mirror of
https://github.com/sheumann/hush.git
synced 2024-11-05 21:04:56 +00:00
diff: cosmetic change on top of last commit
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
61f5f7823c
commit
32a6baeefa
@ -761,9 +761,9 @@ static int FAST_FUNC add_to_dirlist(const char *filename,
|
|||||||
{
|
{
|
||||||
struct dlist *const l = userdata;
|
struct dlist *const l = userdata;
|
||||||
const char *file = filename + l->len;
|
const char *file = filename + l->len;
|
||||||
l->dl = xrealloc_vector(l->dl, 6, l->e);
|
|
||||||
while(*file == '/')
|
while(*file == '/')
|
||||||
file++;
|
file++;
|
||||||
|
l->dl = xrealloc_vector(l->dl, 6, l->e);
|
||||||
l->dl[l->e] = xstrdup(file);
|
l->dl[l->e] = xstrdup(file);
|
||||||
l->e++;
|
l->e++;
|
||||||
return TRUE;
|
return TRUE;
|
||||||
|
Loading…
Reference in New Issue
Block a user