MFC r180252:

The uniqdosname() function takes char[12] as it third argument.
This commit is contained in:
kib 2008-08-14 12:40:42 +00:00
parent aa114a878a
commit 3376bddb2d

View File

@ -947,7 +947,7 @@ msdosfs_rename(ap)
struct componentname *fcnp = ap->a_fcnp;
struct thread *td = fcnp->cn_thread;
struct denode *ip, *xp, *dp, *zp;
u_char toname[11], oldname[11];
u_char toname[12], oldname[11];
u_long from_diroffset, to_diroffset;
u_char to_count;
int doingdirectory = 0, newparent = 0;