windows is the oddball yet again

This commit is contained in:
Rick V 2019-04-22 02:30:11 -05:00
parent 4c4efd1aaa
commit afdb6cf2f3
No known key found for this signature in database
GPG Key ID: C0EDC8723FDC3465
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@ main(int argc, char *argv[])
// does this file exist?
if(genconfigOnly)
{
if(!llarp_ensure_config(conffname.c_str(), basedir.c_str(), overWrite,
if(!llarp_ensure_config(conffname.c_str(), basedir.string().c_str(), overWrite,
asRouter))
return 1;
}