X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=filter.c;h=f9ba17ad117ebe0da4a53a80a57dd5b21d49c5f8;hp=55afbd3225ff84a74ad20d57b5cfc27c8c7f71cc;hb=837cd1ab890645d9fd7d0d85139fdf076d987ea4;hpb=093dda1824631372587d107d64601389027c6187 diff --git a/filter.c b/filter.c index 55afbd32..f9ba17ad 100644 --- a/filter.c +++ b/filter.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005-2014 Andre Noll + * Copyright (C) 2005 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -24,6 +24,12 @@ /** The list of all status items used by para_{server,audiod,gui}. */ const char *status_item_list[] = {STATUS_ITEM_ARRAY}; +/** + * Dummy version which only contains NULL pointers. + * + * This is used by the amp filter which first tries to obtain the amplification + * value from an element in this array. + */ char *stat_item_values[NUM_STAT_ITEMS] = {NULL}; /** Initialize the array of errors for para_filter. */