Skip to content
This repository has been archived by the owner on Mar 13, 2021. It is now read-only.

Commit

Permalink
fix a warning
Browse files Browse the repository at this point in the history
  • Loading branch information
scrawl committed Jul 14, 2012
1 parent c4f9bbd commit 5345d4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/nif/nif_file.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class NIFFile
float read_le32f()
{
union {
int i;
uint32_t i;
float f;
} u = { read_le32() };
return u.f;
Expand Down

0 comments on commit 5345d4e

Please sign in to comment.