poldek: poldek/pm/rpm/rpminstall.c - fixed #92
mis
mis at pld-linux.org
Wed Jan 30 16:08:40 CET 2008
Author: mis Date: Wed Jan 30 15:08:40 2008 GMT
Module: poldek Tag: HEAD
---- Log message:
- fixed #92
---- Files affected:
poldek/poldek/pm/rpm:
rpminstall.c (1.25 -> 1.26)
---- Diffs:
================================================================
Index: poldek/poldek/pm/rpm/rpminstall.c
diff -u poldek/poldek/pm/rpm/rpminstall.c:1.25 poldek/poldek/pm/rpm/rpminstall.c:1.26
--- poldek/poldek/pm/rpm/rpminstall.c:1.25 Mon Jul 9 19:00:31 2007
+++ poldek/poldek/pm/rpm/rpminstall.c Wed Jan 30 16:08:35 2008
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2000 - 2007 Pawel A. Gajda <mis at pld-linux.org>
+ Copyright (C) 2000 - 2008 Pawel A. Gajda <mis at pld-linux.org>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2 as
@@ -437,7 +437,7 @@
int can_ask = poldek_ts_is_interactive_on(ts);
if (nsignerr) {
- if (!can_ask || poldek__confirm(ts, 0,
+ if (!can_ask || !poldek__confirm(ts, 0,
_("There were signature verification errors. "
"Proceed?")))
goto l_err_end;
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/poldek/poldek/pm/rpm/rpminstall.c?r1=1.25&r2=1.26&f=u
More information about the pld-cvs-commit
mailing list