get rid of extra spaces in is_valid_instpath so "C:\ " will not be valid
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4203 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
dd29796e0f
commit
d41f11b8d1
2 changed files with 4 additions and 3 deletions
|
@ -65,7 +65,7 @@ char * NSISCALL findchar(char *str, char c);
|
|||
void NSISCALL trimslashtoend(char *buf);
|
||||
char * NSISCALL skip_root(char *path);
|
||||
int NSISCALL is_valid_instpath(char *s);
|
||||
char * NSISCALL validate_filename(char *fn);
|
||||
void NSISCALL validate_filename(char *fn);
|
||||
void NSISCALL MoveFileOnReboot(LPCTSTR pszExisting, LPCTSTR pszNew);
|
||||
void NSISCALL mini_memcpy(void *out, const void *in, int len);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue