mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Changed: Minor changes
This commit is contained in:
parent
852da988fe
commit
8124033e69
2 changed files with 22 additions and 25 deletions
|
@ -52,6 +52,7 @@ void browseFAQ(NLMISC::CConfigFile &cf)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (url.empty())
|
if (url.empty())
|
||||||
{
|
{
|
||||||
// not found
|
// not found
|
||||||
|
|
|
@ -376,8 +376,6 @@ int extractNewSheetNames(int argc, char *argv[])
|
||||||
NLLIGO::Register();
|
NLLIGO::Register();
|
||||||
CPrimitiveContext::instance().CurrentLigoConfig = &LigoConfig;
|
CPrimitiveContext::instance().CurrentLigoConfig = &LigoConfig;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// **** Parse all the different type of sheets
|
// **** Parse all the different type of sheets
|
||||||
const char *sheetDefs[]=
|
const char *sheetDefs[]=
|
||||||
{
|
{
|
||||||
|
@ -401,7 +399,6 @@ int extractNewSheetNames(int argc, char *argv[])
|
||||||
extractNewWords(sheetDefs[i*4+0], sheetDefs[i*4+1], builder);
|
extractNewWords(sheetDefs[i*4+0], sheetDefs[i*4+1], builder);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// **** Parse place and region names
|
// **** Parse place and region names
|
||||||
{
|
{
|
||||||
// build place names
|
// build place names
|
||||||
|
@ -412,7 +409,6 @@ int extractNewSheetNames(int argc, char *argv[])
|
||||||
extractNewWords("work/place_words_wk.txt", "placeId", builder);
|
extractNewWords("work/place_words_wk.txt", "placeId", builder);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue