Ignore:
Timestamp:
Apr 15, 2000, 12:35:29 AM (25 years ago)
Author:
sandervl
Message:

GetFileAttributes, pe loader & command line fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/exceptions.cpp

    r3172 r3375  
    1 /* $Id: exceptions.cpp,v 1.38 2000-03-20 20:32:40 sandervl Exp $ */
     1/* $Id: exceptions.cpp,v 1.39 2000-04-14 22:35:27 sandervl Exp $ */
    22
    33/*
     
    967967                        pCtxRec->ctx_stack[0].signexp = 0;
    968968                }
    969         dprintf(("KERNEL32: OS2ExceptionHandler: fix and continue\n"));
     969                dprintf(("KERNEL32: OS2ExceptionHandler: fix and continue\n"));
    970970                return (XCPT_CONTINUE_EXECUTION);
    971971        }
    972972        else
    973973        {
    974           dprintf(("KERNEL32: OS2ExceptionHandler: continue search\n"));
    975           return (XCPT_CONTINUE_SEARCH);
     974                dprintf(("KERNEL32: OS2ExceptionHandler: continue search\n"));
     975                return (XCPT_CONTINUE_SEARCH);
    976976        }
    977977
Note: See TracChangeset for help on using the changeset viewer.