From 215333432420c0e4b6b5fd505eb80a3ec7d2177a Mon Sep 17 00:00:00 2001 From: Dmytro Vovk Date: Mon, 25 Mar 2019 16:23:16 +0100 Subject: [PATCH] Fixed displaying of first scope in timeline --- microprofile_html.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/microprofile_html.h b/microprofile_html.h index fc529fc..73176c7 100644 --- a/microprofile_html.h +++ b/microprofile_html.h @@ -6669,7 +6669,7 @@ const char g_MicroProfileHtml_end_4[] = " Pairs[i] = -1;\n" " var ID = Ids[i];\n" " var match = Matching[ID];\n" -" if(match)\n" +" if(match != null)\n" " {\n" " if(match > Ids.length || match < 0)\n" " debugger;\n"