[ros-diffs] [weiden] 19558: fixed an error check
weiden at svn.reactos.com
weiden at svn.reactos.com
Fri Nov 25 17:03:23 CET 2005
fixed an error check
Modified: trunk/reactos/lib/rtl/bootdata.c
_____
Modified: trunk/reactos/lib/rtl/bootdata.c
--- trunk/reactos/lib/rtl/bootdata.c 2005-11-25 15:57:47 UTC (rev
19557)
+++ trunk/reactos/lib/rtl/bootdata.c 2005-11-25 16:03:14 UTC (rev
19558)
@@ -367,7 +367,7 @@
Status = RtlAbsoluteToSelfRelativeSD(AbsSD,
NewRelSD,
&RelSDSize);
- if (Status != STATUS_BUFFER_TOO_SMALL)
+ if (Status == STATUS_BUFFER_TOO_SMALL)
{
goto Cleanup;
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20051125/6cad5729/attachment.html
More information about the Ros-diffs
mailing list