X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=score.c;h=81b3ded0021f41115dcc78a8f9605d722195c389;hp=1508b603569b6cf2d64571365ccae0b1b7d87776;hb=9aa1f3d69c0aa335b3026581defbc09eb2c4efb4;hpb=83d050581e7de58b2395c5200f051ad04d4e4509 diff --git a/score.c b/score.c index 1508b603..81b3ded0 100644 --- a/score.c +++ b/score.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2014 Andre Noll + * Copyright (C) 2007 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -71,7 +71,7 @@ static struct osl_column_description score_cols[] = { }, [SCORECOL_SCORE] = { .storage_type = OSL_NO_STORAGE, - .storage_flags = OSL_RBTREE | OSL_FIXED_SIZE, + .storage_flags = OSL_RBTREE | OSL_FIXED_SIZE | OSL_UNIQUE, .name = "score", .compare_function = score_compare, .data_size = sizeof(long)