mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-09 13:52:01 -04:00
UString integration done
- now UString works for both Qt (uses QString) and non-Qt (uses modified CBString) builds
This commit is contained in:
parent
9bd71281b9
commit
804a55ba64
8 changed files with 20 additions and 19 deletions
|
@ -79,7 +79,7 @@ USTATUS FfsDumper::recursiveDump(const UModelIndex & index, const UString & path
|
|||
if (!file.open(QFile::Text | QFile::WriteOnly))
|
||||
return U_FILE_OPEN;
|
||||
|
||||
file.write(info);
|
||||
file.write(info.toLocal8Bit());
|
||||
file.close();
|
||||
dumped = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue