rec: Fix minor string in + out issue.
Undo strncmp+strncpy to strcmp+strcpy change in r12048. The 'n' versions are needed because device support was never explicitly required to Nil-terminate the string. The dbAccess routines do enforce termination though.
Please register or sign in to comment