Posted on 2010-08-20 23:05 by Timo at Permlink with 0 Comments. Tags: c++ utilities
Fixed a two bugs in the digup tool: added large file support when compiling the program and fixed a string allocation bug.
This new version enables large file support by using long long variables for size. Furthermore, a string allocation bug was fixed which occured when using -t and -f command line parameters.
For more information and the new version see the digup web page.