<p><b>@mlschroe</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/rpm-software-management/rpm/pull/838#discussion_r325630357">rpmio/expression.c</a>:</p>
<pre style='color:#555'>> +    result = v1->data.i != 0;
+       break;
+      case VALUE_TYPE_STRING:
+       result = v1->data.s[0] != '\0';
+       break;
+      default:
+       goto err;
+    }
+    valueFree(v1);
+    if (rdToken(state))
+      goto err;
+    v1 = doTernary(state);
+    if (v1 == NULL)
+      goto err;
+    if (state->nextToken != TOK_TERNARY_ALT) {
+      exprErr(&state, _("syntax error in expression"), state->p);
</pre>
<p>Damn. I'm copying from the wrong line ;)</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/rpm-software-management/rpm/pull/838?email_source=notifications&email_token=ADLPZU4J6NFIR4SVH33M6V3QKIJB5A5CNFSM4IXBMBL2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCFDOQSA#discussion_r325630357">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/ADLPZUZMAZN75DUOZMKTQSDQKIJB5ANCNFSM4IXBMBLQ">mute the thread</a>.<img src="https://github.com/notifications/beacon/ADLPZUZWN7VXMB2T2UUYY73QKIJB5A5CNFSM4IXBMBL2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCFDOQSA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/rpm-software-management/rpm/pull/838?email_source=notifications\u0026email_token=ADLPZU4J6NFIR4SVH33M6V3QKIJB5A5CNFSM4IXBMBL2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCFDOQSA#discussion_r325630357",
"url": "https://github.com/rpm-software-management/rpm/pull/838?email_source=notifications\u0026email_token=ADLPZU4J6NFIR4SVH33M6V3QKIJB5A5CNFSM4IXBMBL2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCFDOQSA#discussion_r325630357",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>