wok-next annotate csstidy/stuff/patches/csstidy-1.4-fix-misc.cpp.patch @ rev 20661

Unification of the patch system
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu May 10 21:12:00 2018 +0300 (2018-05-10)
parents csstidy/stuff/csstidy-1.4-fix-misc.cpp.patch@bc08d1b89c0f
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)