pass pointer to term to term functions
This commit is contained in:
parent
82e32bc310
commit
58664b94b7
19 changed files with 230 additions and 181 deletions
|
@ -122,7 +122,7 @@ putstr (const char *str, grub_term_output_t oterm)
|
|||
.ncomb = 0,
|
||||
.combining = 0
|
||||
};
|
||||
oterm->putchar (&c);
|
||||
oterm->putchar (oterm, &c);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue