(svn r13019) -Fix [FS#1997]: silence some more MSVC x64 warnings (michi_cc)

This commit is contained in:
glx
2008-05-08 20:05:32 +00:00
parent fc47683a0b
commit a8e8329d41
5 changed files with 11 additions and 11 deletions

View File

@@ -1029,7 +1029,7 @@ lzo_uint do_compress ( const lzo_byte *in , lzo_uint in_len,
{
register const lzo_byte *m_pos;
lzo_moff_t m_off;
lzo_uint m_len;
lzo_ptrdiff_t m_len;
lzo_uint dindex;
DINDEX1(dindex,ip);