d58ae20 Coverity issue 13091

Authored and Committed by mreynolds 11 years ago
    Coverity issue 13091
    
    Bug Description:  Local var array "mychange" can go out of scope
    
    Fix Description:  Declare "mychange" at the top of the function so it does not go out of scope.
    
    Reviewed by: nkinder(Thanks!)