projects
/
platform
/
upstream
/
libvorbis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8e0bf6
)
fix typo introduced in commit 8d73daa
author
sezero
<sezero@users.sourceforge.net>
Sat, 10 Nov 2018 13:51:01 +0000
(16:51 +0300)
committer
Thomas Daede
<daede003@umn.edu>
Mon, 28 Jan 2019 23:57:34 +0000
(15:57 -0800)
lib/sharedbook.c
patch
|
blob
|
history
diff --git
a/lib/sharedbook.c
b/lib/sharedbook.c
index
3c93d2d
..
3e04b66
100644
(file)
--- a/
lib/sharedbook.c
+++ b/
lib/sharedbook.c
@@
-68,7
+68,7
@@
float _float32_unpack(long val){
exp=63;
}
if (exp<-63){
- exp-63;
+ exp
=
-63;
}
return(ldexp(mant,exp));
}