Attached here a tiny patch just just for fixing few messages rised by the compiler. strlen() returns a size_t length. On 64 bit systems, size_t is 64 bit but the code here uses an int that is 32 bit instead.
strlen()
size_t
int
applied in r45786 - thanks!
Log in to post a comment.
applied in r45786 - thanks!