浏览代码

Unneeded use of WRITE_DATA_EX instead of simple WRITE_DATA

Source commit: 1c8acfa7e040c4bf709d7d8185adbffc971ca14d
Martin Prikryl 7 年之前
父节点
当前提交
5ebdc63dbc
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      source/core/SessionData.cpp

+ 1 - 1
source/core/SessionData.cpp

@@ -1049,7 +1049,7 @@ void __fastcall TSessionData::DoSave(THierarchicalStorage * Storage,
   if (PuttyExport)
   if (PuttyExport)
   {
   {
     WRITE_DATA_EX(String, L"Protocol", GetNormalizedPuttyProtocol(), );
     WRITE_DATA_EX(String, L"Protocol", GetNormalizedPuttyProtocol(), );
-    WRITE_DATA_EX(String, L"WinTitle", WinTitle, );
+    WRITE_DATA(String, WinTitle);
   }
   }
 
 
   if (!PuttyExport)
   if (!PuttyExport)