projects
/
idzebra-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b97e932
)
Fix tl_close_call (bug introduced in previous commit)
author
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 10 Aug 2006 08:44:45 +0000
(08:44 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 10 Aug 2006 08:44:45 +0000
(08:44 +0000)
test/api/t15.c
patch
|
blob
|
history
diff --git
a/test/api/t15.c
b/test/api/t15.c
index
ea7f31c
..
bc80bfa
100644
(file)
--- a/
test/api/t15.c
+++ b/
test/api/t15.c
@@
-1,5
+1,5
@@
-/* $Id: t15.c,v 1.5 2006-05-30 13:06:35 adam Exp $
- Copyright (C) 2004-2005
+/* $Id: t15.c,v 1.6 2006-08-10 08:44:45 adam Exp $
+ Copyright (C) 2004-2006
Index Data ApS
This file is part of the Zebra server.
@@
-126,7
+126,7
@@
static void tst(int argc, char **argv)
}
#endif
#endif
-
+ YAZ_CHECK(tl_close_down(0, zs));
}
TL_MAIN