• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revisão2bbe400b89abf43ad84871fa048b9b5d03b2f0c7 (tree)
Hora2014-02-22 21:00:54
AutorYoshinori Sato <ysato@sa76...>
CommiterYoshinori Sato

Mensagem de Log

option check fix

Mudança Sumário

Diff

--- a/main.c
+++ b/main.c
@@ -407,7 +407,7 @@ int main(int argc, char *argv[])
407407 }
408408 }
409409
410- if (optind >= argc || !config_list || input_freq == 0) {
410+ if (optind >= argc && input_freq == 0 && !config_list) {
411411 usage();
412412 return 1;
413413 }