Changeset 3067 for branches


Ignore:
Timestamp:
Apr 9, 2007, 12:16:11 AM (18 years ago)
Author:
bird
Message:

fixed reference to uninitialized variable with the #148 fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/libc-0.6/src/emx/src/emxomf/stabshll.c

    r3060 r3067  
    22062206          grow_by (&g1, 1);
    22072207          tf = &tmp_fields[g1.count++];
     2208          tf->type = NULL;
     2209          tf->offset = 0;
    22082210          tf->flags = VIS_PUBLIC;
    22092211          tf->name = strpool_addn (str_pool, parse_ptr, n);
    2210           tf->mnglname = NULL;
     2212          tf->mnglname = tf->sname = NULL;
    22112213          parse_ptr = p1 + 1;
    22122214          if (*parse_ptr == ':')
Note: See TracChangeset for help on using the changeset viewer.