Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/azatoth/minidlna.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Maggard <jmaggard@users.sourceforge.net>2010-12-25 21:00:40 +0300
committerJustin Maggard <jmaggard@users.sourceforge.net>2010-12-25 21:00:40 +0300
commit3d2597a3667e08aadc5936046ba545b0b8ed6daf (patch)
tree2fb8511f255de27b33220c5be1354ddf724361cb /inotify.c
parent0776148dab98bab2cf9d85a8efe296f5aba5ca13 (diff)
* Fix copy/paste error.
Diffstat (limited to 'inotify.c')
-rw-r--r--inotify.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/inotify.c b/inotify.c
index f129b60..0d7186a 100644
--- a/inotify.c
+++ b/inotify.c
@@ -191,7 +191,7 @@ inotify_create_watches(int fd)
for( media_path = media_dirs; media_path != NULL; media_path = media_path->next )
{
- DPRINTF(E_DEBUG, L_INOTIFY, "Add watch to %s\n", result[i]);
+ DPRINTF(E_DEBUG, L_INOTIFY, "Add watch to %s\n", media_path->path);
add_watch(fd, media_path->path);
}
sql_get_table(db, "SELECT PATH from DETAILS where SIZE is NULL and PATH is not NULL", &result, &rows, NULL);