tag 352139 wontfix
thanks

> However, this does not seem to be the case. 

Actually it works quite similar.

> When run: 
>   [EMAIL PROTECTED]:/tmp$ a.out -a
>   a arg is: (null)

Correct behaviour.

$ ./a.out -afoo
a arg is: foo


>   [EMAIL PROTECTED]:/tmp$ a.out -a hello
>   a arg is: (null)

Now. This case is difficult. The string "hello" could also be just a
normal filename argument. I think the glibc handles this case correctly
and thus mark the bug as wontfix.

Helmut

Attachment: signature.asc
Description: Digital signature

Reply via email to