X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fcomstack.c;h=0c502f83127a11e420d0718ae2310013c5616627;hb=2fc1ed65e59499ef747922ea9763d8f21f056f6e;hp=1755fc721ce985558037ee66f65d156311e672c0;hpb=afb059d3e508ad4fd38f4a9fd643a4bedf3e0b3f;p=yaz-moved-to-github.git 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); }