1
0
mirror of https://github.com/stefanocasazza/ULib.git synced 2025-10-26 19:57:22 +08:00
This commit is contained in:
stefanocasazza
2016-10-06 16:09:35 +02:00
parent 0d9053e495
commit 5c1a3c49ea
62 changed files with 2906 additions and 2598 deletions

View File

@@ -631,7 +631,7 @@ public:
{
U_TRACE(5, "Application::loadDocument()")
*content = UFile::contentOf(filename);
*content = UFile::contentOf(UString(filename));
if (content->empty())
{