BUG FIX: Regular files >128MB extraction
fix: ino_extract_regular: do not decrement got * this a regression introduced in commit f2a1a24, which caused the ino_extract_regular() function to decrement the 'got' variable, thus makes the loop exits and leaves unextracted data for files size > 1 << 27. * correct the build date. Signed-off-by: svoboda18 <[email protected]>