]> wimlib.net Git - wimlib/commit
split.c: fix finding extension of first split WIM part
authorEric Biggers <ebiggers3@gmail.com>
Wed, 28 Feb 2018 03:31:58 +0000 (19:31 -0800)
committerEric Biggers <ebiggers3@gmail.com>
Wed, 28 Feb 2018 03:51:47 +0000 (19:51 -0800)
commit06be73db2299bf580cfc4197099bce8547472825
tree83e1d8f1270a45e062c72eaeb98f1380c8360c0e
parent4a2178bacbcf88a4f0c504967d68181c2a86da5b
split.c: fix finding extension of first split WIM part

Silly old bug: wimlib_split() considered the first dot in the SWM path
to begin the filename extension.  But of course, there can be other dots
in the path; we need to look for the last dot in the last component.
NEWS
src/split.c