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
d0f7b321
Commit
d0f7b321
authored
Jul 30, 2010
by
Moritz Lipp
Browse files
Fixed segmentation fault when mapping keys
parent
d25cc9db
Changes
1
Hide whitespace changes
Inline
Side-by-side
zathura.c
View file @
d0f7b321
...
...
@@ -1409,8 +1409,6 @@ read_configuration_file(const char* rcfile)
cmd_set
(
length
-
1
,
tokens
+
1
);
else
if
(
!
strcmp
(
tokens
[
0
],
"map"
))
cmd_map
(
length
-
1
,
tokens
+
1
);
g_strfreev
(
tokens
);
}
g_strfreev
(
lines
);
...
...
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