git.annexia.org
/
hivex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5dec46f
)
Fix misspelling in previous commit.
author
Richard Jones
<rjones@redhat.com>
Thu, 29 Oct 2009 18:46:46 +0000
(18:46 +0000)
committer
Richard Jones
<rjones@redhat.com>
Fri, 19 Feb 2010 14:46:44 +0000
(14:46 +0000)
hivex/hivex.c
patch
|
blob
|
history
diff --git
a/hivex/hivex.c
b/hivex/hivex.c
index
a0a730c
..
b522ccf
100644
(file)
--- a/
hivex/hivex.c
+++ b/
hivex/hivex.c
@@
-46,13
+46,13
@@
#define be64toh(x) __bswap_64 (x)
#endif
#ifndef le16toh
-#define le
32
toh(x) (x)
+#define le
16
toh(x) (x)
#endif
#ifndef le32toh
#define le32toh(x) (x)
#endif
#ifndef le64toh
-#define le
32
toh(x) (x)
+#define le
64
toh(x) (x)
#endif
#else
#ifndef be32toh