ortp: fix memset size argument usage
authorFlorian Fainelli <florian@openwrt.org>
Thu, 13 Mar 2014 16:52:16 +0000 (16:52 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Thu, 13 Mar 2014 16:52:16 +0000 (16:52 +0000)
commitc42d513ecd0a29550ac510d8041d97722d5a4d4b
treea76b80e3d7030d06318e31a92780ca9a2255f6a1
parentfc3380017d6d82c34d2df6d3a6d4a504d64ff605
ortp: fix memset size argument usage

As reported by GCC 4.8, the size argument passed to memset() was incorrect.

Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 39923
libs/ortp/Makefile
libs/ortp/patches/001-memset_fix.patch [new file with mode: 0644]