Skip to content

Commit 8e8d1eb

Browse files
ozone10donho
authored andcommitted
Use pugixml for session loading
Ref: notepad-plus-plus#16175 Close notepad-plus-plus#17331
1 parent 2f5ba4f commit 8e8d1eb

File tree

3 files changed

+168
-225
lines changed

3 files changed

+168
-225
lines changed

PowerEditor/src/NppIO.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2882,7 +2882,7 @@ const wchar_t * Notepad_plus::fileSaveSession(size_t nbFile, wchar_t ** fileName
28822882
for (size_t i = 0 ; i < nbFile ; ++i)
28832883
{
28842884
if (doesFileExist(fileNames[i]))
2885-
currentSession._mainViewFiles.push_back(wstring(fileNames[i]));
2885+
currentSession._mainViewFiles.push_back(sessionFileInfo(fileNames[i]));
28862886
}
28872887
}
28882888
else

0 commit comments

Comments
 (0)