From: Andre Noll Date: Tue, 10 Jul 2007 20:11:58 +0000 (+0200) Subject: audioc: fix bufsize X-Git-Tag: v0.2.17~40 X-Git-Url: http://git.tuebingen.mpg.de/?a=commitdiff_plain;h=e373f7da2c890a1af8f46d444057609b15f3d248;hp=e373f7da2c890a1af8f46d444057609b15f3d248;p=paraslash.git audioc: fix bufsize This bug was introduced in ae0e4594c6a0312c5b4b4c0bde86f9c12253d11b: We computed the bufsize from the conf struct before initializing it. Fix is trivial. ---