Ticket #3922 (closed defect: invalid)
octal integers are unsigned
Reported by: | adamm | Owned by: | |
---|---|---|---|
Priority: | trivial | Milestone: | |
Component: | mc-vfs | Version: | master |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Branch state: | no branch | Votes for changeset: |
Description
src/vfs/fish/fish.c:1360 prints a octal integer, but this requires an unsigned integer.
Attached patch to cast to correct type.
Attachments
Change History
comment:1 Changed 6 years ago by andrew_b
- Status changed from new to closed
- Resolution set to invalid
Thanks, but this is already fixed in the 3915_cleanup branch: [9a740d833674ada60ee5096a831ea71b085ce43e].
Note: See
TracTickets for help on using
tickets.