Finalize v1.16
This commit is contained in:
parent
4ad1af86e6
commit
f6d70f4d53
|
@ -1026,6 +1026,9 @@ func work(){
|
||||||
status = "Recombining file..."
|
status = "Recombining file..."
|
||||||
total := 0
|
total := 0
|
||||||
|
|
||||||
|
if strings.HasSuffix(inputFile,".pcv"){
|
||||||
|
inputFile = inputFile[:len(inputFile)-4]
|
||||||
|
}
|
||||||
for{
|
for{
|
||||||
_,err := os.Stat(fmt.Sprintf("%s.%d",inputFile+".pcv",total))
|
_,err := os.Stat(fmt.Sprintf("%s.%d",inputFile+".pcv",total))
|
||||||
if err!=nil{
|
if err!=nil{
|
||||||
|
@ -1324,7 +1327,6 @@ func work(){
|
||||||
if recombine{
|
if recombine{
|
||||||
os.Remove(inputFile)
|
os.Remove(inputFile)
|
||||||
}
|
}
|
||||||
os.Remove(outputFile)
|
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue