projects
/
yaz-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:
5a52bdf
)
Fix minor type mismatch
author
Mike Taylor
<mike@indexdata.com>
Mon, 13 Aug 2007 16:23:30 +0000
(16:23 +0000)
committer
Mike Taylor
<mike@indexdata.com>
Mon, 13 Aug 2007 16:23:30 +0000
(16:23 +0000)
test/tstodr.c
patch
|
blob
|
history
diff --git
a/test/tstodr.c
b/test/tstodr.c
index
61a044e
..
b57c656
100644
(file)
--- a/
test/tstodr.c
+++ b/
test/tstodr.c
@@
-2,7
+2,7
@@
* Copyright (C) 1995-2007, Index Data ApS
* See the file LICENSE for details.
*
- * $Id: tstodr.c,v 1.11 2007-04-13 06:51:57 adam Exp $
+ * $Id: tstodr.c,v 1.12 2007-08-13 16:23:30 mike Exp $
*
*/
#include <stdlib.h>
@@
-66,7
+66,7
@@
void tst_MySequence1(ODR encode, ODR decode)
YAZ_CHECK(t->myoid);
if (t->myoid)
{
- int *myoid = odr_getoidbystr(decode, MYOID);
+ Odr_oid *myoid = odr_getoidbystr(decode, MYOID);
YAZ_CHECK(oid_oidcmp(myoid, t->myoid) == 0);
}