]> git.tuebingen.mpg.de Git - paraslash.git/commit
Fix duplicate afs event add.
authorAndre Noll <maan@systemlinux.org>
Thu, 1 Nov 2007 23:49:03 +0000 (00:49 +0100)
committerAndre Noll <maan@systemlinux.org>
Thu, 1 Nov 2007 23:49:03 +0000 (00:49 +0100)
commitc30fa77db9a1a4f75dc5814cb9f4ecbd32aa110a
tree82a7f56c472163a1970a5151c7252772b639dcf7
parent99daab96f932309995188ee7f7618c036994eb46
Fix duplicate afs event add.

This bug hits if a request to update an existing audio file
is made. The old code caused an AFHI_CHANGE event and then
did "goto out;" which raises nother event (AUDIO_FILE_ADD).

Fix it by moving the event-raising code some lines up.
aft.c