From Albert Chin: eliminate a GCCism.

svn path=/trunk/; revision=4467
This commit is contained in:
Guy Harris 2002-01-03 20:01:07 +00:00
parent 5ce2931d0c
commit 6b2ee38ad3
2 changed files with 4 additions and 3 deletions

View File

@ -604,6 +604,7 @@ Albert Chin <china[AT]thewrittenword.com> {
Fixes to Lemon to get it to compile on platforms (such as some
versions of Tru64 UNIX) that define TRUE and FALSE
Fixes to some Tru64 compiler warninngs
Fix to TCP graph code to eliminate a GCCism
}
Charles Levert <charles[AT]comm.polymtl.ca> {

View File

@ -3,7 +3,7 @@
* By Pavel Mores <pvl@uh.cz>
* Win32 port: rwh@unifiedtech.com
*
* $Id: tcp_graph.c,v 1.10 2001/12/12 21:38:59 gerald Exp $
* $Id: tcp_graph.c,v 1.11 2002/01/03 20:01:07 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@ -508,7 +508,7 @@ static int rint (double ); /* compiler template for Windows */
static char helptext[] =
#ifndef WIN32
"Here's what you can do:\n
"Here's what you can do:\n\
- Left Mouse Button selects segment in ethereal's packet list\n\
- Middle Mouse Button zooms in\n\
- <shift>-Middle Button zooms out\n\
@ -516,7 +516,7 @@ static char helptext[] =
- <ctrl>-Right Mouse Button displays a portion of graph magnified\n\
- Space toggles crosshairs\n\
- 's' toggles relative/absolute sequence numbers\n\
- 't' toggles time origin\n
- 't' toggles time origin\n\
";
#else /* WIN32 */
"Here's what you can do:\n\