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
pwmt
zathura
Commits
f27769d1
Commit
f27769d1
authored
Oct 21, 2013
by
Sebastian Ramacher
Browse files
Fix format string not a string literal
Signed-off-by:
Sebastian Ramacher
<
sebastian+dev@ramacher.at
>
parent
157c9d6d
Changes
1
Hide whitespace changes
Inline
Side-by-side
callbacks.c
View file @
f27769d1
...
...
@@ -566,7 +566,7 @@ cb_page_widget_text_selected(ZathuraPage* page, const char* text, void* data)
_
(
"Copied selected text to clipboard: %s"
),
stripped_text
);
g_free
(
stripped_text
);
girara_notify
(
zathura
->
ui
.
session
,
GIRARA_INFO
,
escaped_text
);
girara_notify
(
zathura
->
ui
.
session
,
GIRARA_INFO
,
"%s"
,
escaped_text
);
g_free
(
escaped_text
);
}
...
...
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