comedi_board_info: increased length of strtmp[]
authorIan Abbott <abbotti@mev.co.uk>
Mon, 15 Oct 2012 14:47:46 +0000 (15:47 +0100)
committerIan Abbott <abbotti@mev.co.uk>
Mon, 15 Oct 2012 14:47:46 +0000 (15:47 +0100)
commit1994c8d96ce6a88c35d86d600ff504aa06bb6cf1
treef5dbda9915d531b70168037a75a1fd0f1f50f61a
parentba3117525a69751de3d996818492ab7ac460c884
comedi_board_info: increased length of strtmp[]

`strtmp` is currently declared as `char strtmp[16]`, but that may be too
short for the calls to `unit_to_desc()` when the type of unit is
unknown.  Increase its length to 32.
comedi_board_info/comedi_board_info.c