| commit | 672952d2b6abf525d3ccd73b68ee418f51f8eae2 | [log] [tgz] |
|---|---|---|
| author | James Hawkins <truiken@gmail.com> | Wed Mar 28 01:56:39 2007 -0500 |
| committer | Alexandre Julliard <julliard@winehq.org> | Wed Mar 28 13:28:13 2007 +0200 |
| tree | de09cfc69baa9a2d962c560e85f55c9e85420d30 | |
| parent | ff326fd0ffd4ad017634d6d068781d8a0736d4a2 [diff] [blame] |
setupapi: Correct the Inf output position.
diff --git a/dlls/setupapi/misc.c b/dlls/setupapi/misc.c index eb3c3a1..4c7786f 100644 --- a/dlls/setupapi/misc.c +++ b/dlls/setupapi/misc.c
@@ -978,7 +978,7 @@ } } - if (component) *component = p; + if (component) *component = p + 1; if (required_size) *required_size = size; return ret;