[PAR2SET_JOIN] Fix detection code
authorIra W. Snyder <devel@irasnyder.com>
Mon, 1 Jan 2007 08:56:06 +0000 (00:56 -0800)
committerIra W. Snyder <devel@irasnyder.com>
Mon, 1 Jan 2007 08:56:06 +0000 (00:56 -0800)
commitda7b8d45c3d4971219c4ce2f38e3ce64229f5eb8
tree3f828902971a8af50b157182bb8fe68d390614e8
parent76892bd66237df907e45dc5ad8237ae58adc49ae
[PAR2SET_JOIN] Fix detection code

This makes the detection code more exact. This will now properly fail when
a set with the following files comes along:

Name matches:
X.par2
X.vol0+1.par2
X.001
X.002
...

Protection matches:
X.001
X.002
...

This new type will have to be handled in a seperate PAR2Set-derived class.

Signed-off-by: Ira W. Snyder <devel@irasnyder.com>
PAR2Set_JOIN.py