Skip to content

Commit

Permalink
Update backup description format
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueMatthew committed Dec 14, 2020
1 parent d89820e commit ac48243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WechatExporter/core/ITunesParser.h
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ class BackupManifest

std::string toString() const
{
return m_displayName + " (" + m_backupTime + ") [" + m_path + "]";
return m_displayName + " [" + m_backupTime + "] (" + m_path + ")";
}

std::string getPath() const
Expand Down

0 comments on commit ac48243

Please sign in to comment.