This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: cygpath and spaces in filenames when reading from a file


On Wed, Dec 30, 2009 at 1:18 PM, Christopher Faylor wrote:
> That's an option that I added. ÂI am surprised that it is space delimited since
> I thought I intended to make it newline delimited.

It looks pretty intentional - it reads through the input line by line
using fgets, but then calls argz_create_sep() to split each line on
spaces.

-- 
Mark J. Reed <markjreed@gmail.com>

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]