made the command line parser not ignore any switch just before it didn't have a switch before it
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3461 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
1214352131
commit
b1a527c4ce
5 changed files with 51 additions and 29 deletions
|
@ -60,6 +60,7 @@ int NSISCALL validpathspec(char *ubuf);
|
|||
char * NSISCALL addtrailingslash(char *str);
|
||||
//char NSISCALL lastchar(const char *str);
|
||||
#define lastchar(str) *CharPrev(str,str+mystrlen(str))
|
||||
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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue