Comment 2 for bug 724393

Revision history for this message
Juan Pedro Paredes (juampe) wrote :

--- ./src/plugins/imexporters/q43/q43.c 2011-02-24 01:36:08.513171559 +0100
+++ q.c 2011-02-24 01:35:51.453171562 +0100
@@ -295,7 +295,7 @@
          return GWEN_ERROR_BAD_DATA;
        }
        else {
- if (p[27]=='2')
+ if (p[27]=='1')
            /* FIXME: Do we have to negate on "1" or "2"? */
            AB_Value_Negate(v);
          AB_Transaction_SetValue(t, v);