]> git.sur5r.net Git - bacula/bacula/commitdiff
Fix typo
authorMarco van Wieringen <mvw@planets.elm.net>
Fri, 2 Apr 2010 15:47:25 +0000 (17:47 +0200)
committerMarco van Wieringen <mvw@planets.elm.net>
Fri, 9 Apr 2010 11:22:25 +0000 (13:22 +0200)
bacula/src/cats/myingres.c
bacula/src/cats/myingres.sc

index 620ba9f5dca982fd71762a3fb3faf8860f8ab0c4..c222928991fda82805b5543cd4901b18e6bf8971 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 9c65d64164b3a6fc8b8d4d23d45268227f38d84e..43dfc58de6857cdfb39deb0828ab2117f59ab8ad 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)