Thank you for reporting this problem. It is well known and even commented on in the source code itself. Don't consider it a bug but just a restriction as of now. The next version of stroke will support file names containing spaces. Cheers, Sören
The bug will be checked. Until then try using the -force command line flag in order to disable date validation, then it should work as expected
Hello Albert, I don't think your fix is correct. Although it seems to work in your case, just replacing the logical && with a bitwise AND-operator is not the correct fix here in my opinion. The code has some logical issues in my opinion. Best regards, Sören
Hello Alberto, thanks for the patch, I'll look into applying it to the next release version of stroke. Best regards, Sören
no problems on RHEL5
stroke does not set ctime even when invoked by root user
Hi, thank you for reporting this problem. It's probably because something changed with the POSIX definition. Try adding -D_POSIX_C_SOURCE=199309L as a temporary fix to the compiler flags. I will look into this issue. Best Regards, Sören