Re: [ros-diffs] [reactos] 02/02: [SETUPAPI] Fix a typo in CM_Query_Resource_Conflict_List.

Thomas Faber <[email protected]> Fri, 7 Jun 2019 07:59:07 +0200
Newsgroups gmane.os.reactos.kernel
Message-ID <[email protected]>
This does not seem right.


On 2019-06-06 19:14, Eric Kohl wrote:
> https://git.reactos.org/?p=reactos.git;a=commitdiff;h=c47ad98ff79ad98042ff2043d739be58770c2fbc
> 
> commit c47ad98ff79ad98042ff2043d739be58770c2fbc
> Author:     Eric Kohl <[email protected]>
> AuthorDate: Thu Jun 6 19:12:44 2019 +0200
> Commit:     Eric Kohl <[email protected]>
> CommitDate: Thu Jun 6 19:12:44 2019 +0200
> 
>      [SETUPAPI] Fix a typo in CM_Query_Resource_Conflict_List.
> ---
>   dll/win32/setupapi/cfgmgr.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/dll/win32/setupapi/cfgmgr.c b/dll/win32/setupapi/cfgmgr.c
> index 8215d47ac63..d33a6497172 100644
> --- a/dll/win32/setupapi/cfgmgr.c
> +++ b/dll/win32/setupapi/cfgmgr.c
> @@ -6761,7 +6761,7 @@ CM_Query_Resource_Conflict_List(
>       if (lpDevInst == NULL)
>           return CR_INVALID_DEVNODE;
>   
> -    pConflictData = MyMalloc(sizeof(CONFLICT_DATA));
> +    pConflictData = MyMalloc(sizeof(PCONFLICT_DATA));
>       if (pConflictData == NULL)
>       {
>           ret = CR_OUT_OF_MEMORY;
> 


_______________________________________________
Ros-dev mailing list
[email protected]
http://reactos.org/mailman/listinfo/ros-dev