Skip to content
Commit bf487092 authored by Ragnar Thomsen's avatar Ragnar Thomsen
Browse files

Add CliInterface::resetParsing()

This function is overridden in the individual CliPlugins and resets
parsing variables, such as ParseState, m_comment, etc. This is needed
because an archive can be listed several times without the plugin being
reloaded, e.g. after adding files. This can result in e.g. comments
being appended to themselves or parsing being started in the wrong
ParseState.
resetParsing() is called in CliInterface::list(), before running the
list process.
parent 5d957dca
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment