* Fix another inotify error condition when copying files to the root of the content directory.

This commit is contained in:
Justin Maggard 2009-05-11 18:31:48 +00:00
parent fed843a982
commit 2e27960e10

View File

@ -355,7 +355,7 @@ inotify_insert_file(char * name, const char * path)
if( strcmp(parent_buf, "/") == 0 )
{
id = calloc(1, 3);
id = strdup(BROWSEDIR_ID);
depth = 0;
break;
}