projects
/
chise
/
libchise.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dcebbec
)
(CHISE_DS_close): Use `concord_close_ds' instead of
author
tomo
<tomo>
Fri, 24 Jun 2005 08:47:15 +0000
(08:47 +0000)
committer
tomo
<tomo>
Fri, 24 Jun 2005 08:47:15 +0000
(08:47 +0000)
`CONCORD_DS_close'.
chise.c
patch
|
blob
|
history
diff --git
a/chise.c
b/chise.c
index
82c7473
..
bddad05
100644
(file)
--- a/
chise.c
+++ b/
chise.c
@@
-76,7
+76,7
@@
CHISE_DS_open (CHISE_DS_Type type, const unsigned char* location,
int
CHISE_DS_close (CHISE_DS* ds)
{
- return CONCORD_DS_close (concord_genre_get_data_source (ds));
+ return concord_close_ds (concord_genre_get_data_source (ds));
}
unsigned char*