pass pointer to term to term functions

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-05-07 02:30:44 +02:00
parent 82e32bc310
commit 58664b94b7
19 changed files with 230 additions and 181 deletions

View file

@ -122,7 +122,7 @@ putstr (const char *str, grub_term_output_t oterm)
.ncomb = 0,
.combining = 0
};
oterm->putchar (&c);
oterm->putchar (oterm, &c);
}
}