Changeset 844 for trunk/dll/autoview.c


Ignore:
Timestamp:
Sep 24, 2007, 1:06:44 AM (18 years ago)
Author:
Gregg Young
Message:

Reversion of some large file funtions where file sizes is not used

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/autoview.c

    r841 r844  
    304304            ARC_TYPE *info;
    305305
    306             if (!DosOpenL((CHAR *) mp1,
    307                           &handle,
    308                           &action,
    309                           0,
    310                           0,
    311                           OPEN_ACTION_FAIL_IF_NEW | OPEN_ACTION_OPEN_IF_EXISTS,
    312                           OPEN_FLAGS_FAIL_ON_ERROR | OPEN_FLAGS_NOINHERIT |
    313                           OPEN_FLAGS_RANDOMSEQUENTIAL | OPEN_SHARE_DENYNONE |
    314                           OPEN_ACCESS_READONLY, 0)) {
     306            if (!DosOpen((CHAR *) mp1,
     307                         &handle,
     308                         &action,
     309                         0,
     310                         0,
     311                         OPEN_ACTION_FAIL_IF_NEW | OPEN_ACTION_OPEN_IF_EXISTS,
     312                         OPEN_FLAGS_FAIL_ON_ERROR | OPEN_FLAGS_NOINHERIT |
     313                         OPEN_FLAGS_RANDOMSEQUENTIAL | OPEN_SHARE_DENYNONE |
     314                         OPEN_ACCESS_READONLY, 0)) {
    315315              ibufflen = (AutoviewHeight < 96) ? 512 : 3072;
    316316              ibuff = xmalloc(ibufflen + 2, pszSrcFile, __LINE__);
Note: See TracChangeset for help on using the changeset viewer.