mirror of
https://github.com/stefanocasazza/ULib.git
synced 2025-10-26 19:57:22 +08:00
sync
This commit is contained in:
@@ -631,7 +631,7 @@ public:
|
||||
{
|
||||
U_TRACE(5, "Application::loadDocument()")
|
||||
|
||||
*content = UFile::contentOf(filename);
|
||||
*content = UFile::contentOf(UString(filename));
|
||||
|
||||
if (content->empty())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user