Problem when login (of ftp or shell account) contains '@'
Przemek 'Przemoc' Pawełczyk
przemoc at gazeta.pl
Sun Jul 6 15:12:42 UTC 2003
Dear Sir or Madam,
I suggest to modify function vfs_split_url in utilvfs.c:
/* search for any possible user */
at = strchr (pcopy, '@');
changing this line to:
at = strrchr (pcopy, '@');
Why?
Becease I (and propably many poeple in the world) have ftp account (it can
be shell account too), which login contains '@'. I tested it and it works.
I'm not on the mailing list.
Yours sincerely,
Przemek Pawełczyk
# GG: 456802 | Tlen: PrzemocP
# przemoc at gazeta.pl
# http://przemoc.pac.pl
More information about the mc-devel
mailing list