fflags query formatter handles ghosts
CVS patchset: 1842 CVS date: 1997/10/06 18:00:11
This commit is contained in:
parent
017fde861d
commit
b161f84ea6
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue