diff options
author | Guy Harris <guy@alum.mit.edu> | 2002-02-24 01:26:45 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2002-02-24 01:26:45 +0000 |
commit | 309e86246e8fb5859a5cfa20eb09a5848fa0724f (patch) | |
tree | 5d5414f667580c579229585b99b13c63065945ff /doc | |
parent | f4f3208a00a0dd4ce9ff90077243c80767902ff1 (diff) | |
download | wireshark-309e86246e8fb5859a5cfa20eb09a5848fa0724f.tar.gz wireshark-309e86246e8fb5859a5cfa20eb09a5848fa0724f.tar.bz2 wireshark-309e86246e8fb5859a5cfa20eb09a5848fa0724f.zip |
From Peter Valchev: fix editcap to assign the result of "getopt()" to an
"int" and to check "getopt()"s return value with -1 rather than EOF.
Fix other "getopt()" loops to check against -1 as well (EOF is -1 on
most if not all platforms, but the Single UNIX Specification says
"getopt()" returns -1, so we should check against -1, not EOF).
svn path=/trunk/; revision=4793
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ethereal.pod.template | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/ethereal.pod.template b/doc/ethereal.pod.template index 647b211629..6066511758 100644 --- a/doc/ethereal.pod.template +++ b/doc/ethereal.pod.template @@ -1387,6 +1387,7 @@ B<http://www.ethereal.com>. Adam Sulmicki <adam[AT]cfar.umd.edu> Kari Tiirikainen <ktiirika[AT]stybba.ntc.nokia.com> John Mackenzie <John.A.Mackenzie[AT]t-online.de> + Peter Valchev <pvalchev[AT]openbsd.org> Alain Magloire <alainm[AT]rcsm.ece.mcgill.ca> was kind enough to give his permission to use his version of snprintf.c. |