mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 17:29:10 +00:00
Fixed: Compilation (missing NLMISC namespaces for nlfopen)
This commit is contained in:
parent
4ee0497228
commit
bc65ae726e
1 changed files with 1 additions and 1 deletions
|
@ -998,7 +998,7 @@ int main(int nNbArg, char **ppArgs)
|
||||||
ChDir (sExeDir);
|
ChDir (sExeDir);
|
||||||
|
|
||||||
// out a text file, with list of
|
// out a text file, with list of
|
||||||
FILE *out = nlfopen(ppArgs[4], "wt");
|
FILE *out = NLMISC::nlfopen(ppArgs[4], "wt");
|
||||||
|
|
||||||
if(!out)
|
if(!out)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue