quartz: Don't assume that strlenW of a constant string can be determined at compile...
commit1c0122d14e8dd3e4d54678b9538aba1aadfaba3e
authorRob Shearman <rob@codeweavers.com>
Fri, 29 Feb 2008 11:12:32 +0000 (29 11:12 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 29 Feb 2008 11:39:10 +0000 (29 12:39 +0100)
tree094360cf982b93cc13afa07d80d3251f82336446
parent8d2af8e3f3b8bae70f0e5bc35819e4f33bfcb41f
quartz: Don't assume that strlenW of a constant string can be determined at compile time.

Use sizeof instead to calculate the size of wszKeyName in
FilterMapper2_CreateCategory.
dlls/quartz/filtermapper.c