Changeset 516 for trunk/src/sh_audit.c
- Timestamp:
- Oct 31, 2016, 8:31:24 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/sh_audit.c
r514 r516 415 415 /* Check whether it is already covered by a higher directory 416 416 */ 417 static int test_exchange (struct aud_list * this, c har * file)417 static int test_exchange (struct aud_list * this, const char * file) 418 418 { 419 419 size_t len0 = sl_strlen(this->file); … … 421 421 int ret = -1; 422 422 423 if (!file || !this || !this->file) 424 return 0; 425 423 426 if (len0 == len1) 424 427 {
Note:
See TracChangeset
for help on using the changeset viewer.