X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=random_selector.c;fp=random_selector.c;h=0dca17279ce5fd8133081190ce72776bbb24f71d;hb=9f10e6742ffc2ac5e4bf6224e1ff882074c7ca45;hp=37e9116bc24d9ea21e388b7b85576fdeae541525;hpb=3e514007f72825597eaf68ff33339a8eb0ad420b;p=paraslash.git diff --git a/random_selector.c b/random_selector.c index 37e9116b..0dca1727 100644 --- a/random_selector.c +++ b/random_selector.c @@ -130,17 +130,17 @@ static void random_shutdown(void) /** * the init function for the random audio file selector * - * Init all function pointers of \a db, init the dbinfo text and seed the + * Init all function pointers of \a db, init the info text and seed the * PRNG. * - * \sa struct audio_file_selector, misc_meta_data::dbinfo, mysql.c + * \sa struct audio_file_selector, misc_meta_data::selector_info, mysql.c */ int random_selector_init(struct audio_file_selector *db) { struct timeval now; PARA_INFO_LOG("%s", "registering random handlers ;)\n"); - sprintf(mmd->dbinfo, DBINFO); + sprintf(mmd->selector_info, DBINFO); gettimeofday(&now, NULL); srand(now.tv_usec); db->cmd_list = cmds;