Changeset 99


Ignore:
Timestamp:
Jun 15, 2013, 7:26:21 PM (12 years ago)
Author:
Gregg Young
Message:

Minor cleanup from eFTE SVN

Location:
trunk/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/src/h_ada.cpp

    r26 r99  
    136136    if (State == hsAda_CommentL)
    137137        State = hsAda_Normal;
    138     if ((len1 == 0)) {
     138    if (len1 == 0) {
    139139        switch (State) {
    140140        case hsAda_String1:
  • TabularUnified trunk/src/s_direct.cpp

    r22 r99  
    278278            JoinDirFile(fullpath, Directory, dent->d_name);
    279279
    280         if (Flags && ffLINK) {
     280        if (Flags & ffLINK) {
    281281            // if we are handling location of symbolic links, lstat cannot be used
    282282            // instead use normal stat
Note: See TracChangeset for help on using the changeset viewer.