Fixed error

This commit is contained in:
Saxon Milton 2018-05-06 23:36:49 +09:30
parent 8179b371e6
commit b2269ef8d8
1 changed files with 3 additions and 2 deletions

View File

@ -374,12 +374,13 @@ func (r *revid) packClips() {
}
clipSize = 0
packetCount = 0
break
goto finishedWithClip
}
default:
time.Sleep(time.Duration(5)*time.Millisecond)
}
}
finishedWithClip:
}
}