[ros-dev] Re: [ros-diffs] [ion] 13202: Fix all remaning alignment errors. Ros is now moderately usable. Error in explorer remains making disk browsing impossible, but with other tools it still works

Joseph Galbraith galb at vandyke.com
Fri Jan 21 20:18:10 CET 2005


> --- trunk/reactos/ntoskrnl/ps/process.c	2005-01-22 01:00:12 UTC (rev 13201)
> +++ trunk/reactos/ntoskrnl/ps/process.c	2005-01-22 01:30:05 UTC (rev 13202)
> @@ -1705,6 +1704,7 @@
> 
>                               &Status);
>     if(!NT_SUCCESS(Status))
>     {
> 
> +     DPRINT1("NtSetInformationProcess() %d %x  %x called\n", ProcessInformationClass, ProcessInformation, ProcessInformationLength);
> 
>       DPRINT1("NtSetInformationProcess() %x failed, Status: 0x%x\n", Status);

I know this wasn't part of your change, but that
last DPRINT1() doesn't look right... (unless I'm
missing something.)

Doesn't it need another parameter?

Thanks,

Joseph


More information about the Ros-dev mailing list