CVSROOT: /cvs Module name: src Changes by: [email protected] 2012/06/15 11:52:42
Modified files:
usr.bin/mg : fileio.c
Log message:
Fixes a problem where if you try to open a file that doesn't exist and has
a name longer than LOGIN_NAME_MAX and also has a tilde at the front
e.g:
$ mg ~01234567890123456789012345678901
mg will give a "Login name too long" instead of opening a new buffer
named ~01234567890123456789012345678901
