diff options
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 |