Opened 15 years ago
Closed 12 years ago
#1029 closed defect (fixed)
r.in.bin: make LFS safe
Reported by: | hamish | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 6.4.3 |
Component: | Default | Version: | svn-releasebranch64 |
Keywords: | r.in.bin | Cc: | |
CPU: | All | Platform: | All |
Description
Hi,
r.in.bin uses int,%d for filesize right now. It should be updated to used off_t,%ld etc.
maybe check r.out.bin while we're at it.
Hamish
Change History (4)
follow-up: 2 comment:1 by , 15 years ago
follow-up: 3 comment:2 by , 12 years ago
Milestone: | 6.4.0 → 6.4.4 |
---|
comment:3 by , 12 years ago
comment:4 by , 12 years ago
Milestone: | 6.4.4 → 6.4.3 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
OK, fine, closing.
Note:
See TracTickets
for help on using tickets.
Replying to hamish:
FWIW, this has already been done in 7.0 with r40374, r40618, r40622, but there's too much divergence to back-port anything.