added the two missing bits to the result when decoding FPE2 values

This commit is contained in:
Denis Ahrens
2013-02-01 01:47:35 +01:00
parent b125097a07
commit 3b87cc972d
2 changed files with 5 additions and 6 deletions

View File

@ -98,5 +98,4 @@ kern_return_t SMCClose(io_connect_t conn);
void smc_init();
void smc_close();
float _strtof(char *str, int size, int e);
float _strtof(unsigned char *str, int size, int e);