diff --git a/Source/exehead/util.c b/Source/exehead/util.c index 0baf1c48..99be0b89 100644 --- a/Source/exehead/util.c +++ b/Source/exehead/util.c @@ -153,7 +153,7 @@ int NSISCALL validpathspec(char *ubuf) int NSISCALL is_valid_instpath(char *s) { int ivp=0; - // if 8 is set, req is 0, which means rootdirs are not allowed. + // if CH_FLAGS_NO_ROOT_DIR is set, req is 0, which means rootdirs are not allowed. int req=!(inst_flags&CH_FLAGS_NO_ROOT_DIR); if (*(WORD*)s == CHAR2_TO_WORD('\\','\\')) // \\ path {