[USETUP] Condense the different InstallFatXYBootSectorToDisk & ToFile functions into...
authorHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Wed, 31 May 2017 02:03:10 +0000 (02:03 +0000)
committerHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Sun, 14 Oct 2018 19:15:34 +0000 (21:15 +0200)
commit387e79c92e635f313ab39ec7a10cfba1e73818c9
tree40594ccf68cb096ffa2f4d6e3ec1c58cd4ef85da
parentf13a379153e3b42a49ee22c4d21102db5329d064
[USETUP] Condense the different InstallFatXYBootSectorToDisk & ToFile functions into a InstallFatXYBootSector() function that is called by both the ToDisk and ToFile flavours.

Also, trim any potential trailing path separator from the NT disk partition path before opening the partition object itself for read/write access.

svn path=/branches/setup_improvements/; revision=74715
base/setup/usetup/bootsup.c