Comment 26 for bug 18250

Revision history for this message
Erik Gregg (ralree) wrote : Re: file-rollers progress bar does not indicate progress

Looking through the current head in bzr, I see this on line 399 of fr-command-rar.c:

                fraction = (double) ++comm->n_file / (comm->n_files + 1);
                fr_command_progress (comm, fraction);

It looks like we're going to have a nice progress bar after all ... someday.