[gnumeric] Typo



commit 9735184a3ef35eb8c84e620715a912c4021f9159
Author: Morten Welinder <terra gnome org>
Date:   Sat Feb 6 13:55:54 2016 -0500

    Typo

 src/xml-sax-read.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/xml-sax-read.c b/src/xml-sax-read.c
index 749c35f..fa7b419 100644
--- a/src/xml-sax-read.c
+++ b/src/xml-sax-read.c
@@ -2339,7 +2339,7 @@ xml_sax_filter_condition (GsfXMLIn *xin, xmlChar const **attrs)
                if (v0 && v1)
                        cond = gnm_filter_condition_new_double (
                                op0, v0, is_and, op1, v1);
-               else if (v0 && op0)
+               else if (v0)
                        cond = gnm_filter_condition_new_single (op0, v0);
                else {
                        go_io_warning (state->context, _("Malformed sheet filter condition"));


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]