Changeset 549


Ignore:
Timestamp:
Aug 8, 2003, 2:36:20 AM (22 years ago)
Author:
bird
Message:

Fixed a couple of variable init issues.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/src/emxomf/weakld.c

    • Property cvs2svn:cvs-rev changed from 1.20 to 1.21
    r548 r549  
    734734    unsigned char   uchEnd1, uchEnd2;
    735735    OMFREC          OmfRec;
    736     off_t           offCurMod;
     736    off_t           offCurMod = 0;
    737737    int             fSkipRestOfModule = 0;
    738738    /* generic stuff */
     
    20932093    int             fFirst = 1;         /* First record indicator. */
    20942094    /* generic stuff we'll use alot with not status associated. */
    2095     //int             cch;
    20962095    PWLDSYM         pSym;
    2097     //PWLDSYM         pSym2;
    20982096    int             i;
    20992097    unsigned long   ul;
     
    22882286                                ul = 0;                         /* ordinal */
    22892287                                if (*u1.pch & 0x80)
    2290                                     pSym->uExpOrd = OMF_BYTE();
     2288                                    ul = OMF_BYTE();
    22912289                                pSym = symAddExport(pWld, pMod, fLibSearch,
    22922290                                                    (*u1.puch & 0x40 ? WLDSEF_RESIDENT : WLDSEF_DEFAULT) | (*u1.puch & 0x20 ? WLDSEF_NODATA : 0),
     
    34183416{
    34193417    FILE *      phFile;
    3420     int         rc;
     3418    int         rc = 0;
    34213419
    34223420    /* zero returns */
Note: See TracChangeset for help on using the changeset viewer.