lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> On Thu, Oct 21, 2010 at 23:48:09 -0400, David Manura wrote:
> 
> > 5.1.4 and 5.2.0-work4:
> > print.c(45): remark #181: argument is incompatible with corresponding
> > format string conversion
> >   			printf("\\%03u",(unsigned char)c);
> >   -- unsigned int?  (also reported by splint)
> 
> Shouldn't this be printed in octal, by the way?

No because it tries to reproduce a Lua string not a C string.