K 10 svn:author V 3 kan K 8 svn:date V 27 2019-10-02T06:15:30.167991Z K 7 svn:log V 367 Convert pnmatch to single element array in regexec calls The regexec function is declared as taking an array of regmatch_t elements, and passing in the pointer to singleton element, while correct, triggers a Coverity warning. Convert the singleton into an array of one to silence the warning. Reported by: Coverity Coverity CID: 1009732, 1009733 MFC after: 2 weeks END