chiark / gitweb /
base-filesystem.c: terminate string array elements with \0
authorHarald Hoyer <harald@redhat.com>
Mon, 7 Jul 2014 15:45:53 +0000 (17:45 +0200)
committerHarald Hoyer <harald@redhat.com>
Mon, 7 Jul 2014 15:51:53 +0000 (17:51 +0200)
commit30d7c9c472bd7be1b6a09d3bd5afd939988de990
treee061888c596d716ec034e1b17635124f675492ad
parent8cfdb077b8e3da1c47fc1d735d051f21f33144c1
base-filesystem.c: terminate string array elements with \0

NULSTR_FOREACH() looks for a terminating zero and the element also needs
one.
src/shared/base-filesystem.c