]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix handling of filenames with spaces in them in the input file to
authorjmallett <jmallett@FreeBSD.org>
Tue, 19 Mar 2002 02:05:27 +0000 (02:05 +0000)
committerjmallett <jmallett@FreeBSD.org>
Tue, 19 Mar 2002 02:05:27 +0000 (02:05 +0000)
commitf350e5199028a467f0627b3c5ffc48112a060c0c
treef1f294a8270daf21a9e81aedb330182c45469b1c
parent505f3e0be89b99c2badc4058ab20e59267b33d64
Fix handling of filenames with spaces in them in the input file to
uudecode(1), as this behaviour was explicitly added in revision 1.12 as
the result of PR 2882.  Remove space (' ') from the delimiter characters
handed to strtok(3).

Reviewed by: mike
Approved by: mike
Pointy hat to: me
usr.bin/uudecode/uudecode.c