This commit is contained in:
Panu Matilainen 2008-04-28 16:22:33 +03:00
parent e1a99d0e12
commit 476d19ca29
1 changed files with 1 additions and 1 deletions

View File

@ -501,7 +501,7 @@ static rpmRC parseForAttr(const char * buf, FileList fl)
if (ret_ar == &(fl->def_ar)) { /* %defattr */
char *r = pe;
r++;
SKIPSPACE(q);
SKIPSPACE(r);
if (*r != '\0') {
rpmlog(RPMLOG_ERR,
_("Non-white space follows %s(): %s\n"), name, r);