wok annotate 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
rev   line source
al@18686 1 --- a/csstidy/misc.cpp
al@18686 2 +++ b/csstidy/misc.cpp
al@18686 3 @@ -16,6 +16,7 @@
al@18686 4 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
al@18686 5 */
al@18686 6
al@18686 7 +#include <string.h>
al@18686 8 #include "csspp_globals.hpp"
al@18686 9
al@18686 10 bool escaped(const string &istring, const int pos)