Changeset 402 for trunk/src/sh_hash.c


Ignore:
Timestamp:
May 1, 2012, 5:50:32 PM (12 years ago)
Author:
katerina
Message:

Fix for ticket #298, #299 (inotify related extraneous warnings and messages).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_hash.c

    r383 r402  
    12391239  sh_do_decode(ft.checksum, sl_strlen(ft.checksum));
    12401240 
    1241  
     1241  /* TXT entries are c_mode[0] != 'l' and do not get decoded
     1242   */
    12421243  if (ft.c_mode[0] == 'l' && linkpath != notalink)
    12431244    { 
    12441245      sh_do_decode(linkpath, sl_strlen(linkpath));
    12451246    }
     1247
    12461248  if ((ft.mark & REC_FLAGS_ATTR) != 0)
    12471249    { 
     
    17721774  }
    17731775
     1776  /* NOTE: TXT entries are c_mode[0] != 'l' and do not get decoded
     1777   */
    17741778  if (buf != NULL /* && buf->c_mode[0] == 'l' */ && buf->link_path != NULL)
    17751779    { 
Note: See TracChangeset for help on using the changeset viewer.