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: [b9ea1b2a219071e7c9cb895b2304f753b910bf3d].
Note: See
TracTickets for help on using
tickets.