2 ===================================================================
3 RCS file: /cvs/root/Libc/stdio/FreeBSD/sscanf.c,v
4 retrieving revision 1.2
5 diff -u -d -b -w -u -r1.2 sscanf.c
6 --- sscanf.c 2003/05/20 22:22:44 1.2
7 +++ sscanf.c 2003/06/03 06:56:38
12 +#if defined(__APPLE_PR3275149_HACK__)
13 + /* If the string is NULL and we're using the broken Jaguar behavior, there's no sense in proceeding any further since we know we can return 0 */
14 + if (str && str[0] == '\0')
20 f._bf._base = f._p = (unsigned char *)str;