On Friday, October 15, 2010 10:59:13 Davidlohr Bueso wrote: > + err(EXIT_FAILURE, "cannot allocate %lu bytes", size); %lu is incorrect for size_t. you need %zu. -mike
Attachment:
signature.asc
Description: This is a digitally signed message part.
On Friday, October 15, 2010 10:59:13 Davidlohr Bueso wrote: > + err(EXIT_FAILURE, "cannot allocate %lu bytes", size); %lu is incorrect for size_t. you need %zu. -mike
Attachment:
signature.asc
Description: This is a digitally signed message part.