Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1615 → Rev 1616

/uspace/trunk/klog/klog.c
41,7 → 41,6
int i;
async_serialize_start();
/* TODO: remove workaround around non-functional vsnprintf */
for (i=0; klog[i + IPC_GET_ARG2(*call)] && i < IPC_GET_ARG3(*call); i++)
putchar(klog[i + IPC_GET_ARG2(*call)]);
putchar('\n');