Re: [Aldaba-devel] Problem when installing Aldaba Suite 0.1.7 in Fedora 10
Status: Beta
Brought to you by:
luis_mg
|
From: Luis M. - A. K. S. <ald...@go...> - 2009-04-01 17:54:23
|
No, the last argument passed to memset() should be the size in bytes of the supplied buffer, not the index of the last byte. Manual page says: void *memset(void *s, int c, size_t n); DESCRIPTION The memset() function fills the first n bytes of the memory area pointed to by s with the constant byte c. |