fix for gcc/mingw
This commit is contained in:
parent
fc307d5b99
commit
1d7781e1a6
@ -430,7 +430,8 @@ namespace nana {
|
||||
delete[] p;
|
||||
return s;
|
||||
}
|
||||
return buf;
|
||||
nana::string s = buf;
|
||||
return s;
|
||||
}
|
||||
#elif defined(NANA_LINUX)
|
||||
const char * s = ::getenv("PWD");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user