Changeset 356 for trunk/src/sh_hash.c


Ignore:
Timestamp:
Sep 5, 2011, 9:31:27 PM (13 years ago)
Author:
katerina
Message:

Patch for ticket #261: show policy for checked files in verbose mode.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_hash.c

    r354 r356  
    307307  };
    308308
     309const char * sh_hash_getpolicy(int class)
     310{
     311  if (class > 0 && class < SH_ERR_T_DIR)
     312    return _(policy[class]);
     313  return _("[indef]");
     314}
    309315
    310316/**********************************
Note: See TracChangeset for help on using the changeset viewer.