Hi,
The following code in rtp_analysis.c
case 4:
f1=atof(text1);
f2=atof(text2);
if (fabs(f1-f2)<0.0000005)
return 0;
if (f1<f2)
return -1;
return 1;
Is used to sort floats but it seems not to give the right result. Does
any one know how to fix it?
Regards
Anders
___________________________________________________________________________
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