X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=chise.c;h=2ac1ebbcb5420365a4ef3c5fdb86cfde7d08bf18;hb=04f25c3dac6e46dc936f54531ff614b5a2b29a49;hp=dbdbaf33ccfce19253a74a04c560aee94daccff4;hpb=b102ba86e099aa861cba5e5a75b7a11cf3a7b699;p=chise%2Flibchise.git diff --git a/chise.c b/chise.c index dbdbaf3..2ac1ebb 100644 --- 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;