Ticket #1692: BDirectory_GetNextEntry.diff
File BDirectory_GetNextEntry.diff, 380 bytes (added by , 17 years ago) |
---|
-
src/kits/storage/Directory.cpp
587 587 if (error == B_OK) 588 588 error = entry->SetTo(&ref, traverse); 589 589 } 590 if (error != B_OK && entry != NULL) { 591 entry->Unset(); 592 } 590 593 return error; 591 594 } 592 595