Modify ↓
Ticket #36 (closed patch (an actual patch, not a request for one): fixed)
modify debug statements to add info on where the file came from.
| Reported by: | Buginator | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | other | Version: | git/master |
| Keywords: | Cc: | ||
| Blocked By: | Blocking: | ||
| Operating System: | All/Non-Specific |
Description
I mean it helps in figuring out just what file physfs is reading from. It just retrieves the real directory it is using for the file in question.
Attachments
Change History
comment:1 Changed 3 years ago by Giel
Looks good to me except for one thing: whitespace, or lack thereof:
Please change "[directory: %s]%s" to "[directory: %s] %s"
Other than that it's entirely fine with me.
comment:3 Changed 3 years ago by Buginator
Actually, this should be in trunk & 2.1 branch.
Trying to locate *why* it crashes for some people, and this should at least tell us more information on which (real) directory it is trying to read from.
Perhaps we have a search path issue of some sort?
Note: See
TracTickets for help on using
tickets.
