This commit is contained in:
Ben Gras 2005-07-11 14:16:53 +00:00
parent 5c13385e40
commit e1c5c6c8f3

View file

@ -32,7 +32,7 @@ int c;
m.DIAG_PRINT_BUF = print_buf;
m.DIAG_PROC_NR = SELF;
m.m_type = DIAGNOSTICS;
if (_sendrec(PRINT_PROC, &m) != 0) {
if (_sendrec(PRINTF_PROC, &m) != 0) {
m.m1_i1 = 2;
m.m1_i2 = buf_count;
m.m1_p1 = print_buf;