From 104e521c04d1a0cad9c68fb11e250e12ad8917ef Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Wed, 17 Oct 2018 07:08:47 -0700 Subject: 4709 --- html/100trace_browser.cc.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'html/100trace_browser.cc.html') diff --git a/html/100trace_browser.cc.html b/html/100trace_browser.cc.html index 80d6e158..54fbdef7 100644 --- a/html/100trace_browser.cc.html +++ b/html/100trace_browser.cc.html @@ -229,7 +229,7 @@ if ('onhashchange' in window) { 170 } 171 else if (key == 'J' || key == TB_KEY_PGDN || key == TB_KEY_CTRL_F) { 172 // page-down -173 if (Trace_index.find(tb_height()-1) != Trace_index.end()) { +173 if (Trace_index.find(tb_height()-1) != Trace_index.end()) { 174 Top_of_screen = get(Trace_index, tb_height()-1) + 1; 175 refresh_screen_rows(); 176 } @@ -570,7 +570,7 @@ if ('onhashchange' in window) { 511 tin >> depth; 512 string label; 513 tin >> label; -514 if (*--label.end() == ':') label.erase(--label.end()); +514 if (*--label.end() == ':') label.erase(--label.end()); 515 string line; 516 getline(tin, line); 517 Trace_stream->past_lines.push_back(trace_line(depth, label, line)); -- cgit 1.4.1-2-gfad0