Changeset 852 for cpp/frams/vm/classes/collectionobj.cpp
- Timestamp:
- 02/02/19 20:51:34 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/vm/classes/collectionobj.cpp
r849 r852 341 341 for (HashEntryIterator it(hash); it.isValid(); it++) 342 342 { 343 if (((ExtValue*)it->value) == NULL) 344 { 345 if (args->getType() != TUnknown) continue; 346 ret->setString(it->key); 347 return; 348 } 343 349 if ((*args) == (*((ExtValue*)it->value))) 344 350 {
Note: See TracChangeset
for help on using the changeset viewer.