mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-17 22:50:51 +00:00
blah, unitialized variable
This commit is contained in:
parent
05c8cad2d1
commit
3815d4be7e
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ class_get_key (void *c, void *pr)
|
|||
static func_t
|
||||
obj_find_message (progs_t *pr, pr_class_t *class, pr_sel_t *selector)
|
||||
{
|
||||
pr_class_t *c;
|
||||
pr_class_t *c = class;
|
||||
pr_method_list_t *method_list;
|
||||
pr_method_t *method;
|
||||
int i;
|
||||
|
|
Loading…
Reference in a new issue