msi: Give the Name field from the _Streams table a valid type.

This commit is contained in:
Hans Leidekker 2010-02-04 10:02:59 +01:00 committed by Alexandre Julliard
parent 24dd10c6b0
commit 95a21c27da
1 changed files with 1 additions and 1 deletions

View File

@ -287,7 +287,7 @@ static UINT STREAMS_get_column_info(struct tagMSIVIEW *view, UINT n,
{
case 1:
name_ptr = Name;
if (type) *type = MSITYPE_STRING | MAX_STREAM_NAME_LEN;
if (type) *type = MSITYPE_STRING | MSITYPE_VALID | MAX_STREAM_NAME_LEN;
break;
case 2: