Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Stuart Levy
partiview
Commits
0f224660
Commit
0f224660
authored
Nov 27, 2020
by
Stuart Levy
Browse files
cast to avoid warning.
parent
54209673
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/partiview.cc
View file @
0f224660
...
...
@@ -120,7 +120,7 @@ void pp_ui_postinit() {
if
(
ppui
.
detached
)
{
char
code
[
2
]
=
{
ppui
.
detached
,
'\0'
};
char
code
[
2
]
=
{
char
(
ppui
.
detached
)
,
'\0'
};
parti_detachview
(
code
);
}
...
...
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