X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;ds=sidebyside;f=mysql_selector.c;h=c5f71cddab03614e699e02ad2c21d941196745c2;hb=9f07bfb31ea556c41b45cdc3f37b6ccccbc8dca0;hp=b51f4f079c82cf12994e9f91f0fb553769983932;hpb=e04fd7a21f2013ce0edd3140195cb3f11ce91faf;p=paraslash.git diff --git a/mysql_selector.c b/mysql_selector.c index b51f4f07..c5f71cdd 100644 --- a/mysql_selector.c +++ b/mysql_selector.c @@ -1187,7 +1187,7 @@ static char *get_query(char *streamname, char *filename, int with_path) free(tmp2); continue; } - if (!strcmp(command, "score:")) + if (!score && !strcmp(command, "score:")) score = s_a_r_list(macro_list, arg); } if (!score) {