fixed text format
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6043 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
f4f18f9469
commit
a16164cac4
1 changed files with 554 additions and 553 deletions
|
@ -301,7 +301,8 @@ class SortedStringListND // no delete - can be placed in GrowBuf
|
|||
|
||||
if (pos==-1) return alwaysreturnpos ? where : -1;
|
||||
|
||||
// Note that .name is set with the TCHAR* offset into m_strings.
newstruct.name=strings.add(name,strlen(name)+1);
|
||||
// Note that .name is set with the TCHAR* offset into m_strings.
|
||||
newstruct.name=strings.add(name,strlen(name)+1);
|
||||
|
||||
gr.add(&newstruct,sizeof(T));
|
||||
T *s=(T*)gr.get();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue