Code

wreadln: static buffer
authorMax Kellermann <max@duempel.org>
Mon, 6 Oct 2008 12:55:20 +0000 (14:55 +0200)
committerMax Kellermann <max@duempel.org>
Mon, 6 Oct 2008 12:55:20 +0000 (14:55 +0200)
commitdc190f330bba1632e76ca6993c22865f0da88f2c
tree7ac72fbdcabbaf4b4e7591372697897667390b16
parent458cad80dfe71f4650aebb0b9710a3a683fd6379
wreadln: static buffer

Since the buffer size is already known at compile time, don't do a
second malloc() for it, declare it statically in struct wreadln.  This
way, it is going to be allocated on the stack.
src/wreadln.c