Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 4266 → Rev 4267

/trunk/kernel/genarch/src/multiboot/multiboot.c
69,7 → 69,7
}
/* Copy the command. */
str_ncpy(buf, start, min(sz, (size_t) (end - start) + 1));
str_ncpy(buf, sz, start, (size_t) (end - start));
}
 
/** Parse multiboot information structure.