widl: Fix write_string_tfs for strings declared as arrays.
commit9a28119dd8e6b9fc715fe5b2f16d3e7881823bfc
authorRob Shearman <rob@codeweavers.com>
Mon, 17 Sep 2007 08:46:22 +0000 (17 09:46 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 17 Sep 2007 10:57:08 +0000 (17 12:57 +0200)
treed557e37c338680e8a06ed5303bb85f9b7010a9e8
parentf7fbfc7da5ce14a6b2548cc23c9971fa434d4ae5
widl: Fix write_string_tfs for strings declared as arrays.

The immediate type will be FC_*ARRAY, so rtype needs to use the referred
type to get the base type.

Also update the typeformat-string offset of the type.
tools/widl/typegen.c