projects
/
senf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
7cbd4fb
)
fix '-' alignment
mtk [Tue, 18 Aug 2009 16:50:55 +0000 (16:50 +0000)]
git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1300
270642c3
-0616-0410-b53a-bc976706d245
Utils/Statistics.cc
patch
|
blob
|
history
diff --git
a/Utils/Statistics.cc
b/Utils/Statistics.cc
index
259d4a7
..
a96b33b
100644
(file)
--- a/
Utils/Statistics.cc
+++ b/
Utils/Statistics.cc
@@
-102,7
+102,7
@@
char *format_eng( float f)
n+=3;
}
- sprintf( buf, "-%3.2fe%+03d", f, n);
+ sprintf( buf, "%3.2fe%+03d", f, n);
}
else{
sprintf( buf, " 0.00");