Extract space trimming code from ATA and use in USB and bootorder code.
authorKevin O'Connor <kevin@koconnor.net>
Sat, 8 Jan 2011 17:06:54 +0000 (12:06 -0500)
committerKevin O'Connor <kevin@koconnor.net>
Sat, 8 Jan 2011 17:06:54 +0000 (12:06 -0500)
commit9e881a3821b045c9b75c64e9c349dc82b276df28
treec711539acab1466efd5e2047557601d293f42340
parent3c241edf3d7ef29c21e63ab74cfc7cb6f4a92ab3
Extract space trimming code from ATA and use in USB and bootorder code.

Introduce function nullTrailingSpace() that nulls blank characters
from the end of a string.  Use this function in the ATA, USB MSC, and
bootorder code.
src/ata.c
src/boot.c
src/usb-msc.c
src/util.c
src/util.h