Skip to content

Commit e4066ae

Browse files
committed
Fix merge mistake
1 parent a60af27 commit e4066ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/m_fileio_posix.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ std::string M_GetUserDir()
139139
{
140140
fs::path path = M_GetHomeDir();
141141
path /= ".odamex";
142-
return path;
142+
return path.string();
143143
}
144144

145145
std::string M_GetWriteDir()

0 commit comments

Comments
 (0)