]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
It's nicer with []
authorRudolf Polzer <divVerent@xonotic.org>
Thu, 4 Jun 2015 14:03:00 +0000 (16:03 +0200)
committerRudolf Polzer <divVerent@xonotic.org>
Thu, 4 Jun 2015 14:03:00 +0000 (16:03 +0200)
misc/tools/progs-analyzer.pl

index 20342168210a0bc909e9a40330db7f93523628fb..c1b935216c949cc9bcc7a482387e5b8756b92d81 100755 (executable)
@@ -927,8 +927,8 @@ sub find_uninitialized_locals($$)
                        if($c->{isreturn})
                        {
                                if ($$state >= 0) {
                        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]"};
                                }
                        }
 
                                }
                        }