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=ffb913afb48e3a0cb3539827daafed79562ab0b7;hpb=afb059d3e508ad4fd38f4a9fd643a4bedf3e0b3f 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); }