Add cast to int in yaz_log call (%.*s)
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 10 Aug 2009 08:01:28 +0000 (08:01 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 10 Aug 2009 08:01:28 +0000 (08:01 +0000)
commit6f12bc52a309590239fb7c203fd730fa21648e0a
tree3f16b31ac549093d21b889507b681d0a4bfa6c67
parent13b0e97e18bf1ed10eb713ea060dd47d26535ade
Add cast to int in yaz_log call (%.*s)

The len parameter is defined as STRLEN which seems to be size_t on most
systems. For amd64 architectures and others this may be different from int.
SimpleServer.xs