mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-28 14:04:47 -04:00
Fix info extension
This commit is contained in:
parent
c70d448056
commit
aee2831b25
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ USTATUS FfsDumper::recursiveDump(const QModelIndex & index, const QString & path
|
||||||
if (counter == 0)
|
if (counter == 0)
|
||||||
file.setFileName(QObject::tr("%1/info.txt").arg(path));
|
file.setFileName(QObject::tr("%1/info.txt").arg(path));
|
||||||
else
|
else
|
||||||
file.setFileName(QObject::tr("%1/info_%2.bin").arg(path).arg(counter));
|
file.setFileName(QObject::tr("%1/info_%2.txt").arg(path).arg(counter));
|
||||||
counter++;
|
counter++;
|
||||||
if (!file.open(QFile::Text | QFile::WriteOnly))
|
if (!file.open(QFile::Text | QFile::WriteOnly))
|
||||||
return U_FILE_OPEN;
|
return U_FILE_OPEN;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue