by "Bill Cunningham" <nospam@[EMAIL PROTECTED]
>
May 8, 2008 at 01:49 AM
"Joe Wright" <joewwright@[EMAIL PROTECTED]
> wrote in message
news:xdKdnd0Wq_nixb_VnZ2dnUVZ_jSdnZ2d@[EMAIL PROTECTED]
> ..given your program as input. What do you think?
>
The first copy of the file I wrote has had its indentation changed by
the news server or client. It was indented when I posted it and the
indentation was removed. Maybe nntp does that. The progran was originally
indented like this.
if (argc!3) {
fprintf(stderr,"usage error\n");
return -1;
}
Thatis what was copied onto the post and it was posted without the
indentation.
Bill