Skip to content

Commit e020c46

Browse files
committed
Tiny fixup
1 parent 6a508a6 commit e020c46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hton.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ unpack_uint32(const char *buf)
175175
static inline int32_t
176176
unpack_int32(const char *buf)
177177
{
178-
return (int32_t)unpack_uint32(nx);
178+
return (int32_t)unpack_uint32(buf);
179179
}
180180

181181
static inline uint64_t

0 commit comments

Comments
 (0)