Parent Directory
|
Revision Log
|
Patch
| revision 512 by ph10, Tue Mar 30 11:11:52 2010 UTC | revision 516 by ph10, Tue May 4 15:51:35 2010 UTC | |
|---|---|---|
| # | Line 251 for (;;) | Line 251 for (;;) |
| 251 | /* Read the next line by normal means, prompting if the file is stdin. */ | /* Read the next line by normal means, prompting if the file is stdin. */ |
| 252 | ||
| 253 | { | { |
| 254 | if (f == stdin) printf(prompt); | if (f == stdin) printf("%s", prompt); |
| 255 | if (fgets((char *)here, rlen, f) == NULL) | if (fgets((char *)here, rlen, f) == NULL) |
| 256 | return (here == start)? NULL : start; | return (here == start)? NULL : start; |
| 257 | } | } |
|
||||||||
| webmaster@exim.org | ViewVC Help |
| Powered by ViewVC 1.1.12 |