From ac46e5b49d7688dadd33964fc2beda7510ab8bca Mon Sep 17 00:00:00 2001 From: Adam Olsen Date: Sun, 15 Jul 2001 01:45:03 +0000 Subject: [PATCH] oops, sys_dump_core instead of sys_dumpcore --- libs/video/targets/context_x11.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/video/targets/context_x11.c b/libs/video/targets/context_x11.c index b98fa1200..fc38308ef 100644 --- a/libs/video/targets/context_x11.c +++ b/libs/video/targets/context_x11.c @@ -372,7 +372,7 @@ X11_Init_Cvars (void) "Toggles fullscreen game mode"); vid_system_gamma = Cvar_Get ("vid_system_gamma", "1", CVAR_ARCHIVE, NULL, "Use system gamma control if available"); - sys_dump_core = Cvar_Get ("sys_dumpcore", "0", CVAR_NONE, dump_core_callback, "Dump core on Tragic Death. Be sure to check 'ulimit -c'"); + sys_dump_core = Cvar_Get ("sys_dump_core", "0", CVAR_NONE, dump_core_callback, "Dump core on Tragic Death. Be sure to check 'ulimit -c'"); } void