- Liux compile fixes.
SVN r1245 (trunk)
This commit is contained in:
parent
1cbaa24f96
commit
3e291cf528
7 changed files with 12 additions and 7 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue