Changeset 1038 for trunk/dll/objcnr.c


Ignore:
Timestamp:
Jul 4, 2008, 10:33:59 PM (17 years ago)
Author:
Gregg Young
Message:

More fortify cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/objcnr.c

    r1017 r1038  
    215215  DIRSIZE *dirsize = (DIRSIZE *)args;
    216216
     217# ifdef FORTIFY
     218  Fortify_EnterScope();
     219# endif
    217220  if (!dirsize) {
    218221    Runtime_Error(pszSrcFile, __LINE__, "no data");
Note: See TracChangeset for help on using the changeset viewer.