diff options
author | graehl@gmail.com <graehl@gmail.com@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-08-15 04:08:59 +0000 |
---|---|---|
committer | graehl@gmail.com <graehl@gmail.com@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-08-15 04:08:59 +0000 |
commit | b6806c7f27bb0b901aca5c920daf6321e39c7dcd (patch) | |
tree | af1d456fd9c05119588ecddc1cc8004d8a3b4290 /utils/ftoa.h | |
parent | 3b245a5b2a858fe3712ca367312146f5505abb25 (diff) |
cfg test
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@552 ec762483-ff6d-05da-a07a-a48fb63a330f
Diffstat (limited to 'utils/ftoa.h')
-rwxr-xr-x | utils/ftoa.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/ftoa.h b/utils/ftoa.h index 81a685ac..3dba528d 100755 --- a/utils/ftoa.h +++ b/utils/ftoa.h @@ -243,6 +243,7 @@ char *prepend_pos_nonsci(char *p,F f) { *--p='0'; } else p=utoa(p,u); + return p; } // modify p; return true if handled |