OSDN Git Service

fix small goof in last commit: should use "long" function (scalbln)
authorDenis Vlasenko <vda.linux@googlemail.com>
Sat, 3 Jan 2009 13:58:09 +0000 (13:58 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Sat, 3 Jan 2009 13:58:09 +0000 (13:58 -0000)
commit33836c9854b39638a8460bdf5e7d761bb5d1e6ae
treeab583add2bad31dc23601299d3ff4ea6bc0d3fd9
parentb994ff9e32473ef3779cb23b4974295f3ba08aef
fix small goof in last commit: should use "long" function (scalbln)
as a main one, not "int" one (scalbn).
libm/s_scalbn.c