X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fcomstack.c;h=0c502f83127a11e420d0718ae2310013c5616627;hp=1755fc721ce985558037ee66f65d156311e672c0;hb=69b1d8e7b437179163fe97b7cbead51a56835f2a;hpb=cabcc223cd47503763e7c42969e3be30c58276af diff --git a/src/comstack.c b/src/comstack.c index 1755fc7..0c502f8 100644 --- a/src/comstack.c +++ b/src/comstack.c @@ -427,7 +427,7 @@ static int cs_complete_auto_x(const char *buf, int len, int head_only) int r = cs_complete_http(buf, len, head_only); return r; } - return completeBER((const unsigned char *) buf, len); + return completeBER(buf, len); }