Fix sanitary_path_copy() for absolute Windows style paths.
commitd4af30b7c7a9060246fe9d77a9747ed5fa99653b
authorJohannes Sixt <johannes.sixt@telecom.at>
Sun, 24 Feb 2008 16:35:39 +0000 (24 17:35 +0100)
committerJohannes Sixt <johannes.sixt@telecom.at>
Sun, 24 Feb 2008 16:35:39 +0000 (24 17:35 +0100)
treed379ae67f518fde40b8733eb57f2b0c88322ddc4
parent7d9a0582473315c63baa637b68c4b3e62c73de70
Fix sanitary_path_copy() for absolute Windows style paths.

We recognized the drive letter and colon, but we did not copy them. So far
this was not a problem since the only call site used the same pointer for
source and destination. But better safe than sorry.

Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at>
setup.c