Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
compilation fix for -Og
  • Loading branch information
perexg committed Jan 3, 2016
1 parent ea752fe commit debc4e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dvr/dvr_inotify.c
Expand Up @@ -239,6 +239,7 @@ _dvr_inotify_moved

snprintf(path, sizeof(path), "%s/%s", die->path, from);

de = NULL;
LIST_FOREACH(dif, &die->entries, link) {
de = dif->de;
if (de->de_files == NULL)
Expand Down

0 comments on commit debc4e7

Please sign in to comment.