char *dirname; DIR *dir; printf("%s\n",dirname); dir=opendir(dirname); printf("%s\n",dirname); gives: /var/spool/news/stack/announce /var/spool/news/stack/announ^O^B Fix: Well... it works ok on my current machine... How-To-Repeat: See code above
State Changed From-To: open->closed this seems to be fixed in 2.2 and -current