Opened 20 years ago
Closed 16 years ago
#819 closed defect (fixed)
many Ohana programs use fseek() & ftell() and don't support large files
| Reported by: | jhoblitt | Owned by: | eugene |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | Ohana | Version: | unspecified |
| Severity: | minor | Keywords: | |
| Cc: |
Description
fseeko() & ftello() should be used instead with off_t instead of ints.
Change History (2)
comment:1 by , 19 years ago
| Severity: | normal → minor |
|---|---|
| Status: | new → assigned |
comment:2 by , 16 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.

this upgrade was done in the branches/eam_branches/largefiles.20100314 branch, and merged in to the trunk at r27435