Remove bogus consts from fsmSetup() args
- rpmfi is messed with (at least file actions) - const on typedef'ed type doesn't mean a thing anyhow
This commit is contained in:
parent
5bfe303201
commit
54b683d2f3
|
@ -509,7 +509,7 @@ FSM_t freeFSM(FSM_t fsm)
|
|||
}
|
||||
|
||||
int fsmSetup(FSM_t fsm, fileStage goal,
|
||||
const rpmts ts, const rpmfi fi, FD_t cfd,
|
||||
rpmts ts, rpmfi fi, FD_t cfd,
|
||||
rpm_loff_t * archiveSize, char ** failedFile)
|
||||
{
|
||||
rpm_loff_t pos = 0;
|
||||
|
|
Loading…
Reference in New Issue