* Fixed a problem that crashed the client during <G>oto commands if a room
[citadel.git] / citadel / config.c
index 978e20693b1b4c51c76395339422666791239445..0bc223a3580b308b9c17ae098393db416ebadeab 100644 (file)
@@ -58,7 +58,7 @@ void get_config(void) {
        }
        fclose(cfp);
 
-       if (config.c_setup_level != REV_LEVEL) {
+       if (config.c_setup_level < REV_MIN) {
                fprintf(stderr, "config: Your data files are out of date.  ");
                fprintf(stderr, "Run setup to update them.\n");
                fprintf(stderr,