]> git.sur5r.net Git - bacula/bacula/commitdiff
Revert "Fix typo"
authorKern Sibbald <kern@sibbald.com>
Sat, 10 Apr 2010 10:20:35 +0000 (12:20 +0200)
committerKern Sibbald <kern@sibbald.com>
Sat, 10 Apr 2010 10:20:35 +0000 (12:20 +0200)
This reverts commit 12e99b170789a9528110643c62708a8df1274f4e.

bacula/src/cats/myingres.c
bacula/src/cats/myingres.sc

index c222928991fda82805b5543cd4901b18e6bf8971..620ba9f5dca982fd71762a3fb3faf8860f8ab0c4 100644 (file)
@@ -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)
 {
index 43dfc58de6857cdfb39deb0828ab2117f59ab8ad..9c65d64164b3a6fc8b8d4d23d45268227f38d84e 100644 (file)
@@ -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)