We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef00373 commit 6f07112Copy full SHA for 6f07112
src/video_display/gl.cpp
@@ -715,7 +715,7 @@ static void *display_gl_parse_fmt(struct state_gl *s, char *ptr) {
715
716
while((tok = strtok_r(ptr, ":", &save_ptr)) != NULL) {
717
if (strcmp(tok, "help") == 0 || strcmp(tok, "fullhelp") == 0) {
718
- gl_show_help(strcmp(ptr, "fullhelp") == 0);
+ gl_show_help(strcmp(tok, "fullhelp") == 0);
719
return INIT_NOERR;
720
}
721
if (!strcmp(tok, "d") || !strcmp(tok, "dforce")) {
0 commit comments