- Liux compile fixes.

SVN r1245 (trunk)
This commit is contained in:
Christoph Oelckers 2008-09-23 07:46:23 +00:00
commit 3e291cf528
7 changed files with 12 additions and 7 deletions

View file

@ -185,7 +185,7 @@ static int DoomSpecificInfo (char *buffer, char *end)
if (!viewactive)
{
buffer += snprintf (buffer+p, size-p, "\n\nView not active.");
p += snprintf (buffer+p, size-p, "\n\nView not active.");
}
else
{