
14 Oct
2011
14 Oct
'11
1:32 a.m.
On Thursday 13 October 2011 19:16:52 Simon Glass wrote:
On Thu, Oct 13, 2011 at 4:01 PM, Mike Frysinger wrote:
char str[40]; /* an arbitrary len */ snprintf(str, sizeof(str), "%s%d", name, *upto);
Yes I agree, but we have the minor issue that snprintf() is not merged yet
ah, good point. obviously didn't realize :). -mike