Fri, 12 Oct 2012 21:23:18 +0200
Correct mistakenly double inserted patch code and remove etc/sites,
because of the hard coded nature of Drupal and where it expects to
find domain paths corresponding to a multisite installation. The
correct path is share/sites and is already present.
1 Index: zzjson-1.1.0/src/zzjson_parse.c
2 --- zzjson-1.1.0/src/zzjson_parse.c.orig 2009-08-16 02:49:38 +0200
3 +++ zzjson-1.1.0/src/zzjson_parse.c 2009-11-18 19:49:55 +0100
4 @@ -9,6 +9,7 @@
5 #include <math.h>
6 #include <stdio.h>
8 +#undef getchar
9 #define GETC() config->getchar(config->ihandle)
10 #define UNGETC(c) config->ungetchar(c, config->ihandle)
11 #define SKIPWS() skipws(config)