Michael Schröder 2014-02-21 12:38:43 +00:00 committed by Git OBS Bridge
parent 38eac4a869
commit 71eb1c9707

View File

@ -12,7 +12,7 @@
+ } else { + } else {
+ rpmlog(RPMLOG_WARNING, _("line %d: %s: %s\n"), spec->lineNum, emsg, spec->line); + rpmlog(RPMLOG_WARNING, _("line %d: %s: %s\n"), spec->lineNum, emsg, spec->line);
+ } + }
+ emesg = _free(emsg); + emsg = _free(emsg);
+ } + }
re = ve; /* ==> next token after EVR string starts here */ re = ve; /* ==> next token after EVR string starts here */