[CDMAKE]: Remove potential trailing dir-separator characters at the end of the direct...
authorHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Sun, 18 Jan 2015 13:11:35 +0000 (13:11 +0000)
committerHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Sun, 18 Jan 2015 13:11:35 +0000 (13:11 +0000)
commitfeb9cd80e4780570165cb1c2b5855900007e05be
tree9f81d160f52dff60384c366d22bd3ad9353e713e
parent147616c9fc5139c972a383ec1ff9ff6887fa0da0
[CDMAKE]: Remove potential trailing dir-separator characters at the end of the directory, in case e.g. we build up something like: "bootcd\\somefile.ext" in the boot/livecd.lst files (--> I want a directory "bootcd" and a file "somefile.ext", instead of the directory "bootcd\", otherwise the ISO becomes broken. Notice that when the path is "bootcd\somefile.ext the existing code worked ok. That's why I want to strip the remaining backslashes).

svn path=/trunk/; revision=66050
reactos/tools/cdmake/dirhash.c