Ticket #2538 (closed defect: fixed)

Opened 13 years ago

Last modified 12 years ago

Unused result of str_term_width1()

Reported by: pavlinux Owned by:
Priority: minor Milestone: 4.8.4
Component: mcview Version: master
Keywords: Cc:
Blocked By: Blocking:
Branch state: merged Votes for changeset:

Description

Just yet not used (or already) :)

Attachments

unused_file_label_width.patch (1.8 KB) - added by pavlinux 13 years ago.
Too big buffer size

Change History

comment:1 Changed 13 years ago by pavlinux

Or, may be, instead of:

if (width > 40)

must be

if ( file_label_width > 40)

?


And more, buffer will never be 64 bytes, no more 5 chars.

Last edited 13 years ago by pavlinux (previous) (diff)

Changed 13 years ago by pavlinux

Too big buffer size

comment:2 Changed 12 years ago by andrew_b

  • Priority changed from major to minor
  • Branch state set to no branch
  • Milestone changed from 4.8 to 4.8.4

comment:3 Changed 12 years ago by andrew_b

  • Blocked By 2845, 2846 added

comment:4 Changed 12 years ago by andrew_b

  • Status changed from new to closed
  • Resolution set to fixed
  • Blocked By 2845, 2846 removed
  • Branch state changed from no branch to merged
Note: See TracTickets for help on using tickets.