]> de.git.xonotic.org Git - xonotic/xonotic.wiki.git/commitdiff
(Commit created by redmine exporter script from page "Introduction_to_QuakeC" version 9)
authordivVerent <divVerent@xonotic.org>
Wed, 4 Jul 2012 14:25:00 +0000 (14:25 +0000)
committerRedmineExport <redmineexport@dev.xonotic.org>
Mon, 17 Nov 2014 17:53:33 +0000 (17:53 +0000)
Introduction_to_QuakeC.textile

index 792b54493d84f3007b2322613aa25f29691b3f31..88d5afa742cf63c15ace4355b393f91823d3b4b0 100644 (file)
@@ -516,7 +516,7 @@ h1. Pitfalls and compiler bugs
 
 h2. complex operators
 
-Do not count on the modifying and reading operators like _+=_ or _++_ to always work. Using them in simple cases like:
+Do not count on the modifying and reading operators like _&#43;=_ or _&#43;&#43;_ to always work. Using them in simple cases like:
 
   a += 42;
   for(i = 0; i < n; ++i)