Dop segfaults when the directory is > 1024.
Logged In: YES user_id=250751
Dop does this because it had a had limit of 1024. It has been upped to 100,000 but needs to be fixed.
My current idea is to do do simple #defines for the limits and anything else that should be defined.
Log in to post a comment.
Logged In: YES
user_id=250751
Dop does this because it had a had limit of 1024. It has
been upped to 100,000 but needs to be fixed.
My current idea is to do do simple #defines for the limits
and anything else that should be defined.