mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
([BinaryCStream -encodeValueOfCType:at:withName:name]): Fix typo.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1242 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
9e44cc662c
commit
cae0ba6673
1 changed files with 1 additions and 1 deletions
|
@ -204,7 +204,7 @@ static BOOL debug_binary_coder;
|
|||
{
|
||||
char buf[64];
|
||||
char *s = buf;
|
||||
sprintf(buf, "%lf", *(double*)d);
|
||||
sprintf(buf, "%f", *(double*)d);
|
||||
[self encodeValueOfCType: @encode(char*)
|
||||
at: &s
|
||||
withName: @"BinaryCStream double"];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue