URI:
       trar-get-name.patch - parlay - yet another gentoo overlay
  HTML git clone https://git.parazyd.org/parlay
   DIR Log
   DIR Files
   DIR Refs
   DIR README
       ---
       trar-get-name.patch (638B)
       ---
            1 diff --git a/rar/rar.c b/rar/rar.c
            2 index 40cafcf..edbfeaa 100644
            3 --- a/rar/rar.c
            4 +++ b/rar/rar.c
            5 @@ -62,7 +62,7 @@ static bool rar_parse_entry(ar_archive *ar, off64_t offset)
            6                  warn("Encrypted entries will fail to uncompress");
            7              if ((header.flags & LHD_DIRECTORY) == LHD_DIRECTORY) {
            8                  if (header.datasize == 0) {
            9 -                    log("Skipping directory entry \"%s\"", rar_get_name(ar));
           10 +                    /* log("Skipping directory entry \"%s\"", rar_get_name(ar)); */
           11                      break;
           12                  }
           13                  warn("Can't skip directory entries containing data");