X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=command.c;h=d317c345314908b4629d7452e2f5fec4cb172f67;hp=e94fb8efa88748566e7904f81dd0a9c001a1cdf1;hb=821c67c164f932a189927f62b3ddcf2ee95b455a;hpb=c29a66c884d0e7f7329a3be2931490e47f0cd9ff diff --git a/command.c b/command.c index e94fb8ef..d317c345 100644 --- a/command.c +++ b/command.c @@ -865,7 +865,7 @@ static int com_chs(int fd, int argc, char **argv) if (strcmp(dblist[i].name, argv[1])) continue; mmd_lock(); - mmd->dbt_change = i; + mmd->selector_change = i; mmd->events++; mmd_unlock(); return 1;