1. 09 Oct, 2008 39 commits
  2. 08 Oct, 2008 1 commit
    • Max Kellermann's avatar
      directory: fix update in root directory · 22645abc
      Max Kellermann authored
      Commit 0bfe7802 broke update for new files in the root directory,
      because music_root->path was an empty string and not NULL.  There were
      some NULL tests missing.  Change them to !isRootDirectory(path)
      instead of path!=NULL.
      22645abc