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 <[email protected]> Archives: http://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev mailto:[email protected]?subject=unsubscribe
