airo: fix airo_get_encode{,ext} buffer overflow like I mean it...
authorJohn W. Linville <linville@tuxdriver.com>
Wed, 20 May 2009 14:51:41 +0000 (10:51 -0400)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 20 May 2009 18:29:54 +0000 (14:29 -0400)
"airo: airo_get_encode{,ext} potential buffer overflow" was actually a
no-op, due to an unrecognized type overflow in an assignment.  Oddly,
gcc only seems to tell me about it when using -Wextra...grrr...

Signed-off-by: John W. Linville <linville@tuxdriver.com>

No differences found