@@ -1,3 +1,7 @@
+Wed Aug 1 15:10:06 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
+
+ * main/query.c: fmt can't be const since we free it in the same function
Tue Jul 31 12:26:41 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
* po/de.po: Updated
@@ -380,7 +380,7 @@ void showpackages(const char *const *argv) {
struct pkginfo **pkgl;
const char *thisarg;
int np, i, found;
- const struct lstitem* fmt = parseformat(showformat);
+ struct lstitem* fmt = parseformat(showformat);
if (!fmt) {
nerrs++;