Browse Source

Make use of --chars parameter

Alois Mahdal 10 years ago
parent
commit
3bda98b1e4
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      include/gmon.py

+ 2
- 0
include/gmon.py View File

@@ -62,6 +62,8 @@ class PluginData(object):
62 62
             self.fmt = "xgp"
63 63
         self.name = cmdargs['<command>']
64 64
         self.args = cmdargs['<args>']
65
+        if cmdargs['--chars']:
66
+            self.maxlen = int(cmdargs['--chars'])
65 67
 
66 68
 
67 69
 class Subcommand(object):