Oops...
authorPanu Matilainen <pmatilai@redhat.com>
Mon, 28 Apr 2008 13:22:33 +0000 (16:22 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Mon, 28 Apr 2008 13:22:33 +0000 (16:22 +0300)
build/files.c

index 5aa8bc2..1bcb450 100644 (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);