CVS patchset: 3203
CVS date: 1999/07/26 21:51:03
- the death of RPMSENSE_SERIAL, use [epoch:]version[-release] instead.
- add _mandir/_infodir macro expansions to docdirs (Tomasz Kloczko).
- add post install configurable dependency checking.
+ - fix: segfault on --rebuild (#4185).
3.0.1 -> 3.0.2
- eliminate armv4 entries from rpmrc (Andrew E. Mileski).
char ch;
/* Restore 1st char in (possible) next line */
- if (spec->nextpeekc) {
+ if (spec->nextline != NULL && spec->nextpeekc != '\0') {
*spec->nextline = spec->nextpeekc;
spec->nextpeekc = '\0';
}
spec->lbuf[0] = '\0';
spec->line = spec->lbuf;
spec->nextline = NULL;
+ spec->nextpeekc = '\0';
spec->lineNum = 0;
spec->readStack = malloc(sizeof(struct ReadLevelEntry));
spec->readStack->next = NULL;
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 1999-07-23 15:16-0400\n"
+"POT-Creation-Date: 1999-07-26 17:44-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"