Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
htop
Commits
8d5dd51c
Commit
8d5dd51c
authored
Dec 12, 2012
by
Hisham Muhammad
Browse files
Fix crash when pressing 'u'. Thanks to Quentin Carbonneaux.
parent
00b324bf
Changes
1
Hide whitespace changes
Inline
Side-by-side
ListItem.c
View file @
8d5dd51c
...
@@ -45,7 +45,8 @@ static void ListItem_display(Object* cast, RichString* out) {
...
@@ -45,7 +45,8 @@ static void ListItem_display(Object* cast, RichString* out) {
ObjectClass
ListItem_class
=
{
ObjectClass
ListItem_class
=
{
.
display
=
ListItem_display
,
.
display
=
ListItem_display
,
.
delete
=
ListItem_delete
.
delete
=
ListItem_delete
,
.
compare
=
ListItem_compare
};
};
ListItem
*
ListItem_new
(
const
char
*
value
,
int
key
)
{
ListItem
*
ListItem_new
(
const
char
*
value
,
int
key
)
{
...
...
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