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:
61991ed
)
(CHISE_DS_open): Use `concord_open_env' instead of `concord_open_ds'.
author
MORIOKA Tomohiko
<tomo.git@chise.org>
Mon, 22 Apr 2013 07:52:48 +0000
(16:52 +0900)
committer
MORIOKA Tomohiko
<tomo.git@chise.org>
Mon, 22 Apr 2013 07:52:48 +0000
(16:52 +0900)
chise.c
patch
|
blob
|
history
diff --git
a/chise.c
b/chise.c
index
dbdbaf3
..
2ac1ebb
100644
(file)
--- a/
chise.c
+++ b/
chise.c
@@
-65,7
+65,11
@@
CHISE_DS*
CHISE_DS_open (CHISE_DS_Type type, const unsigned char* location,
int subtype, int modemask)
{
+#if 0
CONCORD_DS ds = concord_open_ds (type, location, subtype, modemask);
+#else
+ CONCORD_DS ds = concord_open_env (location);
+#endif
if (ds == NULL)
return NULL;