Changeset 59 for trunk/lib/regfio.c


Ignore:
Timestamp:
10/02/05 21:26:12 (19 years ago)
Author:
tim
Message:

Updated version

Code format cleanup, some comments added.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/regfio.c

    r53 r59  
    129129    strcat(flg_output, "IA");
    130130  }
     131  /* XXX: Is this check right?  0xF == 1|2|4|8, which makes it redundant... */
    131132  if (flags == 0xF) {
    132133    if (some) strcat(flg_output, " ");
Note: See TracChangeset for help on using the changeset viewer.