Cleaning zebraapi (return conventions etc)
[idzebra-moved-to-github.git] / test / api / t3.c
index 70d9729..c8808ab 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: t3.c,v 1.3 2003-06-18 11:46:34 adam Exp $
+/* $Id: t3.c,v 1.4 2003-06-20 14:21:24 heikki Exp $
    Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002
    Index Data Aps
 
@@ -43,7 +43,7 @@ int main(int argc, char **argv)
     zebra_select_database(zh, "Default");
 
     zebra_begin_trans (zh, 1);
-    zebra_record_insert (zh, myrec, strlen(myrec));
+    zebra_record_insert (zh, myrec, strlen(myrec),0);
     zebra_end_trans (zh);
 
     for (i = 0; i<4; i++)