([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:
Andrew McCallum 1996-03-22 00:41:23 +00:00
parent 9e44cc662c
commit cae0ba6673

View file

@ -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"];