-
- Downloads
Drop unnecessary 'l' length modifier when printfing double values.
%f denotes a double argument and 'l' does nothing in this case according to the C spec.
Please register or sign in to comment
%f denotes a double argument and 'l' does nothing in this case according to the C spec.