Wireshark mailing list archives

Re: Compile error in to_str.c


From: Guy Harris <guy () alum mit edu>
Date: Thu, 10 Dec 2009 23:34:29 -0800


On Dec 10, 2009, at 8:00 PM, Joerg Mayer wrote:

/home/jmayer/work/wireshark/svn/trunk/epan/to_str.c: In function  
‘abs_time_to_str’:
/home/jmayer/work/wireshark/svn/trunk/epan/to_str.c:336: error:  
‘tm’ undeclared (first use in this function)
/home/jmayer/work/wireshark/svn/trunk/epan/to_str.c:336: error:  
(Each undeclared identifier is reported only once
/home/jmayer/work/wireshark/svn/trunk/epan/to_str.c:336: error: for  
each function it appears in.)
/home/jmayer/work/wireshark/svn/trunk/epan/to_str.c: In function  
‘abs_time_secs_to_str’:
/home/jmayer/work/wireshark/svn/trunk/epan/to_str.c:381: error:  
‘tm’ undeclared (first use in this function)

Yup, somebody forgot that the variable's called "tmp", not "tm".  He's  
checked in a fix.
___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <wireshark-dev () wireshark org>
Archives:    http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
             mailto:wireshark-dev-request () wireshark org?subject=unsubscribe


Current thread: