Doxygen frindly comments
[yaz-moved-to-github.git] / ztest / ztest.c
index 3bb4886..c088630 100644 (file)
@@ -55,7 +55,7 @@ static Odr_int get_term_hit(Z_RPNStructure *s)
                     char *endptr;
                     WRBUF hits_str = wrbuf_alloc();
                     wrbuf_write(hits_str, (const char *) oct->buf, oct->len);
-                    h = strtoll(wrbuf_cstr(hits_str), &endptr, 10);
+                    h = odr_atoi(wrbuf_cstr(hits_str));
                     wrbuf_destroy(hits_str);
                 }
             }
@@ -89,7 +89,7 @@ static Odr_int get_hit_count(Z_Query *q)
     return h;
 }
 
-/** \brief checks if it's a dummy Slow database..
+/** \brief checks if it's a dummy Slow database
     \param basename database name to check
     \param association backend association (or NULL if not available)
     \retval 1 is slow database