You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue is that the StringBuffer class and LZBuffer class are used, and they use the read(n) function, not get(). While overriding StringBuffer works for read, for zpaq levels <= 3, the LZBuffer::read(n) function is used. Some logic will be needed to have the correct read function called.
I'm reopening this since it is really bugging me. A recent change to the printing of ZPAQ progress spurred this. If -vv is used, no ZPAQ progress will be shown. The challenge is to remove the progress printing out of the get() function and into its own. More to come. Feel free to help out.
In libzpaq.cpp:
Compressor::compress(int n)
show_progress is defined in libzpaq.h in the lrzip block at the end.
The text was updated successfully, but these errors were encountered: