* Move SearchCriteria parsing to its own function.
This commit is contained in:
@ -688,7 +688,7 @@ start_inotify()
|
||||
i += EVENT_SIZE + event->len;
|
||||
continue;
|
||||
}
|
||||
esc_name = modifyString(strdup(event->name), "&", "&", 0);
|
||||
esc_name = modifyString(strdup(event->name), "&", "&");
|
||||
sprintf(path_buf, "%s/%s", get_path_from_wd(event->wd), event->name);
|
||||
if ( event->mask & IN_ISDIR && (event->mask & (IN_CREATE|IN_MOVED_TO)) )
|
||||
{
|
||||
|
Reference in New Issue
Block a user