This website works better with JavaScript.
Почетна
Помоћ
Пријавите Се
lolengine
/
lol
огледало од
https://github.com/lolengine/lol
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Издања
0
Вики
Activity
Преглед изворни кода
getopt: Windows build fix
legacy
Sam Hocevar
пре 8 година
родитељ
75a8caa6ad
комит
96fc303163
1 измењених фајлова
са
1 додато
и
1 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/sys/getopt.cpp
+ 1
- 1
src/sys/getopt.cpp
Прегледај датотеку
@@ -169,7 +169,7 @@ int getopt::parse()
++this->index;
if (m_private->m_opts[i].has_arg)
{
if (this->index >= m_private->argc)
if (this->index >= m_private->
m_
argc)
goto too_few;
this->arg = argv[this->index++];
}
Write
Preview
Loading…
Откажи
Сачувај