Fix up a bug that crept in during the strcpy->strlcpy conversion;
authorChris Pressey <cpressey@dragonflybsd.org>
Mon, 14 Feb 2005 20:09:43 +0000 (20:09 +0000)
committerChris Pressey <cpressey@dragonflybsd.org>
Mon, 14 Feb 2005 20:09:43 +0000 (20:09 +0000)
commit4885373eeeff58f179653a929cbe1fc38931c38b
tree1a0375d6ae3e57cfd816a795c95e4e621cd34588
parente9857395fcb277720934f5ab4f68b816c68410cf
Fix up a bug that crept in during the strcpy->strlcpy conversion;
prefix the device name with _PATH_DEV each time through the loop,
instead of just once before the loop.
sbin/badsect/badsect.c