
noreply at mythtv
May 2, 2012, 5:18 PM
Views: 52
Permalink
|
|
mythtv branch master updated by wagnerrp. v0.26-pre-163-ge229f68
|
|
The branch, master has been updated on the mythtv repository by gitolite user wagnerrp. via e229f68b879d7594b4b2df03df928bc3ee21458f (commit) from c877947a5065846c6c4174ea36804f810c49168f (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 e229f68b879d7594b4b2df03df928bc3ee21458f Author: Raymond Wagner <rwagner [at] mythtv> at Wed, 2 May 2012 20:14:13 -0400 Committer: Raymond Wagner <rwagner [at] mythtv> at Wed, 2 May 2012 20:14:13 -0400 URL: http://code.mythtv.org/cgit/mythtv/commit/?id=e229f68b879d7594b4b2df03df928bc3ee21458f Enable command splitter for anything not explicitly flagging kMSRunShell This alters the MythSystem(QString, uint) constructor to automatically parse any commands passed through it that do not explicitly set the kMSRunShell flag. A quick run through the code does not turn up any instances where this is currently the case, so the code should remain effectively unused for now. Individual MythSystem users and the block of myth_system() calls will need to be tested individually with this path to debug the parser. Ref #10860 ----------------------------------------------------------------------- Summary of changes: mythtv/libs/libmythbase/mythsystem.cpp | 18 +++++++++++++++++- 1 files changed, 17 insertions(+), 1 deletions(-) -- _______________________________________________ mythtv-commits mailing list mythtv-commits [at] mythtv http://www.mythtv.org/mailman/listinfo/mythtv-commits
|