This is the mail archive of the cygwin@cygwin.com 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 -s behaviour


 
>   DWORD len = GetShortPathName (filename, buf, MAX_PATH);
>   if (len == 0 && GetLastError () == ERROR_INVALID_PARAMETER)
>     {
>       fprintf (stderr, "%s: cannot create short name of 
> %s\n", prog_name,
>                filename);
>       exit (2);
>     }

The above code snippet is as in the src.tar.bz2 archive for the 
version of cygwin which I have.

V strange, this should work...

Check that GetShortPathName _is_ returning 0 on fail?  Try
the test 'len <= 0' instead?


SAW.

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


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