On 2/14/11 2:58 PM, Joe Zeff wrote: > On 02/14/2011 01:54 PM, Rick Stevens wrote: >> You're talking about "strcpy()" (copy until you see the NULL) and >> "strncpy()" (copy until you see the NULL, but no more than N bytes). > Yes. Thank you. I still remember the two functions, but it's been so > long since I needed them that I didn't remember their names. Yep, and it is so easy to fix those problems. Lazy programmers will always use the former, good programmers, the latter. James McKenzie -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines