mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
- Fix typo: AbortProc returns TRUE to continue the print job or FALSE to cancel the print job.
svn path=/trunk/; revision=41092
This commit is contained in:
@@ -174,7 +174,7 @@ VOID GdiSAPCallback(PLDC pldc)
|
||||
|
||||
pldc->CallBackTick = NewTime;
|
||||
|
||||
if ( pldc->pAbortProc(pldc->hDC, 0) )
|
||||
if ( !pldc->pAbortProc(pldc->hDC, 0) )
|
||||
{
|
||||
CancelDC(pldc->hDC);
|
||||
AbortDoc(pldc->hDC);
|
||||
|
||||
Reference in New Issue
Block a user