Changeset 99
- Timestamp:
- Jun 15, 2013, 7:26:21 PM (12 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/h_ada.cpp ¶
r26 r99 136 136 if (State == hsAda_CommentL) 137 137 State = hsAda_Normal; 138 if ( (len1 == 0)) {138 if (len1 == 0) { 139 139 switch (State) { 140 140 case hsAda_String1: -
TabularUnified trunk/src/s_direct.cpp ¶
r22 r99 278 278 JoinDirFile(fullpath, Directory, dent->d_name); 279 279 280 if (Flags & &ffLINK) {280 if (Flags & ffLINK) { 281 281 // if we are handling location of symbolic links, lstat cannot be used 282 282 // instead use normal stat
Note:
See TracChangeset
for help on using the changeset viewer.