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
LSH
lsh
Commits
38dfff8f
Commit
38dfff8f
authored
Mar 14, 2002
by
Niels Möller
Browse files
(do_remember_resource): Assert that resource is
non-NULL. Rev: src/resource.c:1.24
parent
d7aea26d
Changes
1
Show whitespace changes
Inline
Side-by-side
src/resource.c
View file @
38dfff8f
...
...
@@ -141,6 +141,8 @@ do_remember_resource(struct resource_list *s,
CAST
(
concrete_resource_list
,
self
,
s
);
struct
resource_node
*
n
;
assert
(
resource
);
if
(
!
self
->
super
.
super
.
alive
)
{
werror
(
"do_remember_resource: resource list is already dead.
\n
"
);
...
...
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