]> git.tuebingen.mpg.de Git - paraslash.git/commit
robustness fixes for the random selector
authorAndre <maan@meins.(none)>
Mon, 11 Sep 2006 22:57:10 +0000 (00:57 +0200)
committerAndre <maan@meins.(none)>
Mon, 11 Sep 2006 22:57:10 +0000 (00:57 +0200)
commit00c4b870186ea76be34858452c3400136cd6f78d
tree70e43aa8208d2ad6c1924b345255dc2d1a7bc289
parent849c979d89d3062dd9a27c2e43ed08a573759659
robustness fixes for the random selector

- do not abort if stat for an audio file failed. Simply skip this file
  instead.

- return proper error message if custom function failed.

- do not error out if the second scan for audio files yields more
  files than the previous run. This happens if audio files are
  added during the audio file scan of the random selector.
db.c
error.h
random_selector.c