X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;f=SimpleServer.xs;h=ab9b336c4192b76a4e642127b8d16dc18b97486c;hb=6f12bc52a309590239fb7c203fd730fa21648e0a;hp=b838b29e78d06424bf79e265b0371d17a872c66e;hpb=13b0e97e18bf1ed10eb713ea060dd47d26535ade;p=simpleserver-moved-to-github.git diff --git a/SimpleServer.xs b/SimpleServer.xs index b838b29..ab9b336 100644 --- a/SimpleServer.xs +++ b/SimpleServer.xs @@ -1,5 +1,5 @@ /* - * $Id: SimpleServer.xs,v 1.83 2008-09-02 15:16:34 mike Exp $ + * $Id: SimpleServer.xs,v 1.84 2009-08-10 08:01:28 adam Exp $ * ---------------------------------------------------------------------- * * Copyright (c) 2000-2004, Index Data. @@ -1756,7 +1756,7 @@ yazlog(arg) STRLEN len; char *ptr; ptr = SvPV(arg, len); - yaz_log(YLOG_LOG, "%.*s", len, ptr); + yaz_log(YLOG_LOG, "%.*s", (int) len, ptr); int yaz_diag_srw_to_bib1(srw_code)