From: divVerent Date: Wed, 4 Jul 2012 14:25:00 +0000 (+0000) Subject: (Commit created by redmine exporter script from page "Introduction_to_QuakeC" version 9) X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=e5ddc8bdd8449955305543dd2f9eedebedb3d102;p=xonotic%2Fxonotic.wiki.git (Commit created by redmine exporter script from page "Introduction_to_QuakeC" version 9) --- diff --git a/Introduction_to_QuakeC.textile b/Introduction_to_QuakeC.textile index 792b544..88d5afa 100644 --- a/Introduction_to_QuakeC.textile +++ b/Introduction_to_QuakeC.textile @@ -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 _+=_ or _++_ to always work. Using them in simple cases like: a += 42; for(i = 0; i < n; ++i)