[mythtv-commits] mythtv branch master updated by wagnerrp. v0.27-pre2-1911-g1ebf701

Git Repo Owner noreply at mythtv.org
Wed Jul 17 02:50:40 UTC 2013


The branch, master has been updated on the
mythtv repository by gitolite user wagnerrp.
       via  1ebf70131c868160b3a6225e99f11c0c5a900bff (commit)
      from  995db9d284a40d695271302a0fa812d9353b9faa (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 1ebf70131c868160b3a6225e99f11c0c5a900bff
Author:    Raymond Wagner <rwagner at mythtv.org> at Tue, 16 Jul 2013 22:45:25 -0400
Committer: Raymond Wagner <rwagner at mythtv.org> at Tue, 16 Jul 2013 22:45:25 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=1ebf70131c868160b3a6225e99f11c0c5a900bff

Correct issue where too narrow a console can break help output
If the terminal width used to display the help output is narrower than
the longest defined argument, the command line parser will attempt to
wrap the help text at a negative length, and will eventually OOM.  This
makes sure that the wrap function does not allow that, and tries to
behave a bit more intelligently during help output.

Fixes #11688



-----------------------------------------------------------------------

Summary of changes:
 mythtv/libs/libmythbase/mythcommandlineparser.cpp |   11 +++++++++++
 mythtv/libs/libmythbase/mythmiscutil.cpp          |    4 ++++
 2 files changed, 15 insertions(+), 0 deletions(-)

-- 



More information about the mythtv-commits mailing list