Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
David MacDonald
purr-data
Commits
c61bfc94
Commit
c61bfc94
authored
Aug 22, 2014
by
Mathieu L Bouchard
Browse files
fix -d 4 (and up to -d 7)
parent
64711a54
Changes
1
Hide whitespace changes
Inline
Side-by-side
pd/src/s_inter.c
View file @
c61bfc94
...
...
@@ -715,6 +715,8 @@ void sys_vvgui(const char *fmt, va_list ap) {
sys_guibufhead
+=
msglen
;
sys_bytessincelastping
+=
msglen
;
if
(
sys_guibufhead
>
0
)
lastend
=
sys_guibuf
[
sys_guibufhead
-
1
];
if
(
sys_guibufhead
>
1
&&
strcmp
(
sys_guibuf
+
sys_guibufhead
-
2
,
"
\\\n
"
)
==
0
)
lastend
=
' '
;
}
#undef sys_vgui
#undef sys_gui
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment