INNER CODE UNIT · C++
value
SasLuca/rayfork · devutils/amalgamate-src/Amalgamate.cpp:763
value = String (argv[i+1]).unquoted ();
if (option.compareIgnoreCase ("-i") == 0)
{
++i;
if (i < argc)
{
amalgamator.addDirectoryToSearch (value);
}
else
{
std::cout << name << ": Missing parameter for -i\n";
error = true;
break;
}
}
else if (option.compareIgnoreCase ("-f") == 0)
{