~ubuntu-branches/debian/squeeze/erlang/squeeze

« back to all changes in this revision

Viewing changes to lib/pman/src/pman_buf_printer.erl

  • Committer: Bazaar Package Importer
  • Author(s): Erlang Packagers, Sergei Golovan
  • Date: 2006-12-03 17:07:44 UTC
  • mfrom: (2.1.11 feisty)
  • Revision ID: james.westby@ubuntu.com-20061203170744-rghjwupacqlzs6kv
Tags: 1:11.b.2-4
[ Sergei Golovan ]
Fixed erlang-base and erlang-base-hipe prerm scripts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
            pman_win:configeditor(Editor,clear),
57
57
            pman_win:configeditor(Editor, [{enable, false}]),
58
58
            printer_loop(Editor,Buffer_pid);
59
 
        Other ->
 
59
        _Other ->
60
60
            printer_loop(Editor,Buffer_pid)
61
61
    end.
62
62
 
68
68
            pman_win:configeditor(Editor,clear),
69
69
            pman_win:configeditor(Editor, [{enable, false}])
70
70
    after 0 ->
71
 
            {Length,Rest,Print} = pman_buf_utils:split(Trace,
72
 
                                                       ?MAX_OUTPUT,
73
 
                                                       0,
74
 
                                                       []),
 
71
            {_Length,Rest,Print} = pman_buf_utils:split(Trace,
 
72
                                                        ?MAX_OUTPUT,
 
73
                                                        0,
 
74
                                                        []),
75
75
            print_trace(Editor,Print),
76
76
            printer_long(Rest,Editor)
77
77
    end.