Comment 7 for bug 264071

Revision history for this message
Adam Buchbinder (adam-buchbinder) wrote :

The "full_str_name[strlen(full_str_name)-1] = '\0'; // chop trailing \n" is there because str_name was returned with a trailing \n; that is, it looks something like "sr0\n" when it should read "sr0".