Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Albert Gräf
Gem
Commits
5996d729
Commit
5996d729
authored
Dec 05, 2017
by
IOhannes m zmölnig
Browse files
[imageTIFF] space between module-name and error-message
parent
36a90731
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/imageTIFF/imageTIFF.cpp
View file @
5996d729
...
...
@@ -48,6 +48,8 @@ namespace {
static
void
imageTIFF_verbosehandler
(
const
int
verbosity
,
const
char
*
module
,
const
char
*
fmt
,
va_list
ap
)
{
std
::
string
result
=
module
;
char
buf
[
MAXPDSTRING
];
if
(
module
)
result
+=
" "
;
vsnprintf
(
buf
,
MAXPDSTRING
,
fmt
,
ap
);
buf
[
MAXPDSTRING
-
1
]
=
0
;
result
+=
buf
;
...
...
Write
Preview
Markdown
is supported
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