summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4438c61)
raw | patch | inline | side by side (parent: 4438c61)
author | Florian Forster <octo@crystal.wlan.home.verplant.org> | |
Thu, 28 Feb 2008 18:54:55 +0000 (19:54 +0100) | ||
committer | Florian Forster <octo@crystal.wlan.home.verplant.org> | |
Thu, 28 Feb 2008 18:54:55 +0000 (19:54 +0100) |
src/common.c | patch | blob | history |
diff --git a/src/common.c b/src/common.c
index 1c8f20a42b592744dae45d729ed6679845ab80ba..f93cf769432e92f93dffa9661407db9237275690 100644 (file)
--- a/src/common.c
+++ b/src/common.c
{
union
{
- char byte[8];
+ uint8_t byte[8];
uint64_t integer;
double floating;
} ret;
{
union
{
- char byte[8];
+ uint8_t byte[8];
uint64_t integer;
double floating;
} ret;