CVSROOT: /cvs Module name: xenocara Changes by: bl...@cvs.openbsd.org 2021/05/22 10:05:07
Modified files: lib/libX11/src : LookupCol.c Log message: Check strlen(spec) only once at the beginning of XLookupColor(). Also remove a superfluous include. This synchronises -current with upstream and the code we shipped in the errata. OK matthieu@