Skip to content

Commit 8022906

Browse files
committed
Misc
1 parent cc097f7 commit 8022906

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/common/db_alias.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ namespace
280280
PathName file(par->value.ToPathName());
281281
if (file.empty())
282282
{
283-
gds__log("Alias %s has no value, ignored", par->name.data());
283+
gds__log("Alias %s has no value, ignored", par->name.c_str());
284284
continue;
285285
}
286286

0 commit comments

Comments
 (0)