I'm unable to install and run cygwin 1.3.18-1 unless I'm logged in as
'administrator'. If I try to run cygwin logged in as another user, I get the
console window, but it appears to hang. I've tried both a clean 'default'
installation and a clean 'all' installation. I'm running Win2k. My previous
There seems to be a bug with trailing spaces and %n with sscanf strings.
In particular, %n fails if it is the last item in the format string and
it is preceeded with a space.
Here is some sample code:
#include
main()
{
char foo[] = " name .1 ";
char bar[8];
float ff;
int nc;
int
2 matches
Mail list logo