Hi, On Wed, Aug 11, 2010 at 07:04:17PM -0300, Diego Nieto Cid wrote: > Hi, > > 2010/8/9 <olafbuddenha...@gmx.net>: > > > > Hm, why tmp[5]? The way I read the code, only 4 entries are used... > > > > Well it's the null that terminates the string. But as this isn't used > as a string it probably does not make much sense.
Not sure if this isn't already obvious to you but if it's not a string then you should also use memcpy() instead of strncpy(). Regards, Fredrik