- Timestamp:
- 11/11/17 12:18:11 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/frontenddev.h
r41157 r41158 635 635 while(CharPtrTmp[found] != NULL) 636 636 { 637 if(CharPtrTmp[found]->feakt band != band && (CharPtrTmp[found]->felock != 0 || (flag >= 2 && CharPtrTmp[found]->felock == 0)))637 if(CharPtrTmp[found]->feakttransponder != NULL && CharPtrTmp[found]->feaktband != band && (CharPtrTmp[found]->felock != 0 || (flag >= 2 && CharPtrTmp[found]->felock == 0))) 638 638 { 639 639 found = 99;
Note: See TracChangeset
for help on using the changeset viewer.