windows is the oddball yet again

pull/541/head
Rick V 5 years ago
parent 4c4efd1aaa
commit afdb6cf2f3
No known key found for this signature in database
GPG Key ID: C0EDC8723FDC3465

@ -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;
}

Loading…
Cancel
Save