Loading src/main.c +4 −1 Original line number Original line Diff line number Diff line Loading @@ -2636,7 +2636,10 @@ static ParameterError getparameter(char *flag, /* f or -long-flag */ case 'N': case 'N': /* disable the output I/O buffering. note that the option is called /* disable the output I/O buffering. note that the option is called --buffer but is mostly used in the negative form: --no-buffer */ --buffer but is mostly used in the negative form: --no-buffer */ config->nobuffer = (bool)(longopt ? !toggle : toggle); if(longopt) config->nobuffer = !toggle; else config->nobuffer = toggle; break; break; case 'O': /* --remote-name */ case 'O': /* --remote-name */ if(subletter == 'a') { /* --remote-name-all */ if(subletter == 'a') { /* --remote-name-all */ Loading Loading
src/main.c +4 −1 Original line number Original line Diff line number Diff line Loading @@ -2636,7 +2636,10 @@ static ParameterError getparameter(char *flag, /* f or -long-flag */ case 'N': case 'N': /* disable the output I/O buffering. note that the option is called /* disable the output I/O buffering. note that the option is called --buffer but is mostly used in the negative form: --no-buffer */ --buffer but is mostly used in the negative form: --no-buffer */ config->nobuffer = (bool)(longopt ? !toggle : toggle); if(longopt) config->nobuffer = !toggle; else config->nobuffer = toggle; break; break; case 'O': /* --remote-name */ case 'O': /* --remote-name */ if(subletter == 'a') { /* --remote-name-all */ if(subletter == 'a') { /* --remote-name-all */ Loading