From: Kern Sibbald Date: Sat, 10 Apr 2010 10:20:35 +0000 (+0200) Subject: Revert "Fix typo" X-Git-Tag: Release-5.0.2~38 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=403cf0588efd412b83cc24554b7673e7a4638c3c;p=bacula%2Fbacula Revert "Fix typo" This reverts commit 12e99b170789a9528110643c62708a8df1274f4e. --- diff --git a/bacula/src/cats/myingres.c b/bacula/src/cats/myingres.c index c222928991..620ba9f5dc 100644 --- a/bacula/src/cats/myingres.c +++ b/bacula/src/cats/myingres.c @@ -445,7 +445,7 @@ int INGgetisnull(INGresult *res, int row_number, int column_number) if (row_number != res->act_row->row_number) { INGrowSeek(res, row_number); } - return (*res->act_row->sqlvar[column_number].sqlind == -1) ? 1 : 0; + return (*res->act_row->sqlvar[column_number].sqlind == -1) 1 : 0; } int INGntuples(const INGresult *res) { diff --git a/bacula/src/cats/myingres.sc b/bacula/src/cats/myingres.sc index 43dfc58de6..9c65d64164 100644 --- a/bacula/src/cats/myingres.sc +++ b/bacula/src/cats/myingres.sc @@ -473,7 +473,7 @@ int INGgetisnull(INGresult *res, int row_number, int column_number) INGrowSeek(res, row_number); } - return (*res->act_row->sqlvar[column_number].sqlind == -1) ? 1 : 0; + return (*res->act_row->sqlvar[column_number].sqlind == -1) 1 : 0; } int INGntuples(const INGresult *res)