From: Rudolf Polzer Date: Thu, 4 Jun 2015 14:03:00 +0000 (+0200) Subject: It's nicer with [] X-Git-Tag: xonotic-v0.8.1~16 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=commitdiff_plain;h=15d5cc336eb38c14a5f239b110236ea15f14945e;ds=sidebyside It's nicer with [] --- diff --git a/misc/tools/progs-analyzer.pl b/misc/tools/progs-analyzer.pl index 20342168..c1b93521 100755 --- a/misc/tools/progs-analyzer.pl +++ b/misc/tools/progs-analyzer.pl @@ -927,8 +927,8 @@ sub find_uninitialized_locals($$) if($c->{isreturn}) { if ($$state >= 0) { - ++$warned{$$state}{''}{"Changing .solid without setmodel/setsize breaks area grid linking in Quake (write is here)"}; - ++$warned{$ip}{''}{"Changing .solid without setmodel/setsize breaks area grid linking in Quake (return is here)"}; + ++$warned{$$state}{''}{"Changing .solid without setmodel/setsize breaks area grid linking in Quake [write is here]"}; + ++$warned{$ip}{''}{"Changing .solid without setmodel/setsize breaks area grid linking in Quake [return is here]"}; } }