fflags query formatter handles ghosts

CVS patchset: 1842
CVS date: 1997/10/06 18:00:11
This commit is contained in:
ewt 1997-10-06 18:00:11 +00:00
parent 017fde861d
commit b161f84ea6
1 changed files with 2 additions and 0 deletions

View File

@ -121,6 +121,8 @@ static char * fflagsFormat(int_32 type, const void * data,
strcat(buf, "m");
if (anint & RPMFILE_NOREPLACE)
strcat(buf, "n");
if (anint & RPMFILE_GHOST)
strcat(buf, "g");
val = malloc(5 + padding);
strcat(formatPrefix, "s");