From 9d2fcd3692dfb8c69e02ac55f817562cef7426e1 Mon Sep 17 00:00:00 2001 From: Josh Haberman Date: Sun, 21 Aug 2011 12:26:17 -0700 Subject: Some progress on upb_stdio. It's still not correct, but it's closer. --- upb/bytestream.h | 1 + 1 file changed, 1 insertion(+) (limited to 'upb/bytestream.h') diff --git a/upb/bytestream.h b/upb/bytestream.h index cff177b..6ea0328 100644 --- a/upb/bytestream.h +++ b/upb/bytestream.h @@ -199,6 +199,7 @@ INLINE int32_t upb_bytesink_printf(upb_bytesink *sink, upb_status *status, typedef struct { uint64_t ofs; + uint32_t len; uint32_t refcount; char data[]; } upb_stdio_buf; -- cgit v1.2.3