parent
edc04743bf
commit
ce31c6dce6
|
@ -512,8 +512,8 @@ re_channel (void)
|
||||||
|
|
||||||
/* PATH description --- */
|
/* PATH description --- */
|
||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
/* Windows path can be \ or .\ or ..\ or e.g. C: etc */
|
/* Windows path can be C: D: etc */
|
||||||
#define PATH "^(\\\\|\\.{1,2}\\\\|[a-z]:).*"
|
#define PATH "^([a-z]:).*"
|
||||||
#else
|
#else
|
||||||
/* Linux path can be / or ./ or ../ etc */
|
/* Linux path can be / or ./ or ../ etc */
|
||||||
#define PATH "^(/|\\./|\\.\\./).*"
|
#define PATH "^(/|\\./|\\.\\./).*"
|
||||||
|
|
Loading…
Reference in New Issue