Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 4205 → Rev 4206

/trunk/kernel/generic/src/printf/vsnprintf.c
77,7 → 77,7
}
if (left <= size) {
/* We have not enought space for whole string
/* We do not have enough space for the whole string
* with the trailing zero => print only a part
* of string
*/