Pārlūkot izejas kodu

getopt: Windows build fix

legacy
Sam Hocevar pirms 8 gadiem
vecāks
revīzija
96fc303163
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. +1
    -1
      src/sys/getopt.cpp

+ 1
- 1
src/sys/getopt.cpp Parādīt failu

@@ -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++];
}


Notiek ielāde…
Atcelt
Saglabāt