]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - wav_filter.c
string: Clean up for_each_line() and related functions.
[paraslash.git] / wav_filter.c
index c5079061972d838d1e76d0308db02cd61e341998..716d8dd94c318cca2fb17a16a6d062a929099f92 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2012 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2005-2013 Andre Noll <maan@systemlinux.org>
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
@@ -117,7 +117,7 @@ err:
        if (ret == -E_WAV_SUCCESS)
                btr_splice_out_node(btrn);
        else {
-               btr_remove_node(btrn);
+               btr_remove_node(&fn->btrn);
                PARA_ERROR_LOG("%s\n", para_strerror(-ret));
        }
 }