#1692 closed enhancement (fixed)
BDirectory::GetNextEntry() don't unset "entry"
Reported by: | anthonylee | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | R1/beta2 |
Component: | Kits/Storage Kit | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
Though BeBook has no expression on that, but R5's BDirectory::GetNextEntry(BEntry *entry) unset the "entry" when it return B_ENTRY_NOT_FOUND.
Attachments (1)
Change History (5)
by , 17 years ago
Attachment: | BDirectory_GetNextEntry.diff added |
---|
comment:1 by , 17 years ago
comment:2 by , 15 years ago
Owner: | changed from | to
---|---|
Version: | R1/pre-alpha1 → R1/Development |
comment:4 by , 5 years ago
Milestone: | R1 → R1/beta2 |
---|
Assign tickets with status=closed and resolution=fixed within the R1/beta2 development window to the R1/beta2 Milestone
Note:
See TracTickets
for help on using tickets.
Do you have an application that does not behave correctly without this change? I don't think clobbering arguments is that nice when the method actually fails to get the next entry (but I wouldn't mind if that actually proves to be a problem).