CreateDireectory now sets the error flag only when really needed instead of almost always
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2195 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
37d3df69f0
commit
3c26c3bfd3
3 changed files with 7 additions and 4 deletions
|
@ -103,10 +103,10 @@ char *NSISCALL addtrailingslash(char *str)
|
|||
return str;
|
||||
}
|
||||
|
||||
char NSISCALL lastchar(const char *str)
|
||||
/*char NSISCALL lastchar(const char *str)
|
||||
{
|
||||
return *CharPrev(str,str+mystrlen(str));
|
||||
}
|
||||
}*/
|
||||
|
||||
void NSISCALL trimslashtoend(char *buf)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue