wok diff csstidy/stuff/csstidy-1.4-fix-misc.cpp.patch @ rev 25037

Up glza (0.11.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 21:38:29 2022 +0000 (2022-05-21)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/csstidy/stuff/csstidy-1.4-fix-misc.cpp.patch	Sat May 21 21:38:29 2022 +0000
     1.3 @@ -0,0 +1,10 @@
     1.4 +--- a/csstidy/misc.cpp
     1.5 ++++ b/csstidy/misc.cpp
     1.6 +@@ -16,6 +16,7 @@
     1.7 +  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
     1.8 +  */
     1.9 +  
    1.10 ++#include <string.h>
    1.11 + #include "csspp_globals.hpp"
    1.12 + 
    1.13 + bool escaped(const string &istring, const int pos)