62ff357 Bug 622903 - fix coverity Defect Type: Code maintainability issues

Authored and Committed by nhosoi 13 years ago
    Bug 622903 - fix coverity Defect Type: Code maintainability issues
    
    https://bugzilla.redhat.com/show_bug.cgi?id=622903
    
    Comment:
    The call to strchr() is unnecessary because strcpy() will ensure
    that string p is NULL-terminated.