aboutsummaryrefslogtreecommitdiff
path: root/lib/memdebug.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-05-21 22:17:19 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-05-21 22:17:19 +0000
commit105ec79b2b754f31ea75606f8246533e2d47a74e (patch)
treed4a0d14060dbcdd02365d69beaa5082fb3f9a5c4 /lib/memdebug.c
parentc759d8427a91d26a7fd7018ccefc297eb7e70f1d (diff)
James Cone's efforts to add another netrc parsing "mode"
Diffstat (limited to 'lib/memdebug.c')
-rw-r--r--lib/memdebug.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/memdebug.c b/lib/memdebug.c
index f46d23b2a..6a9ee7bc5 100644
--- a/lib/memdebug.c
+++ b/lib/memdebug.c
@@ -49,7 +49,9 @@
struct memdebug {
int size;
- char mem[1];
+ double mem[1];
+ /* I'm hoping this is the thing with the strictest alignment
+ * requirements. That also means we waste some space :-( */
};
/*