Jelajahi Sumber

Unneeded use of WRITE_DATA_EX instead of simple WRITE_DATA

Source commit: 1c8acfa7e040c4bf709d7d8185adbffc971ca14d
Martin Prikryl 7 tahun lalu
induk
melakukan
5ebdc63dbc
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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)
   {
     WRITE_DATA_EX(String, L"Protocol", GetNormalizedPuttyProtocol(), );
-    WRITE_DATA_EX(String, L"WinTitle", WinTitle, );
+    WRITE_DATA(String, WinTitle);
   }
 
   if (!PuttyExport)