head 1.2; access; symbols pkgsrc-2021Q1:1.1.0.8 pkgsrc-2021Q1-base:1.1 pkgsrc-2020Q4:1.1.0.6 pkgsrc-2020Q4-base:1.1 pkgsrc-2020Q3:1.1.0.4 pkgsrc-2020Q3-base:1.1 pkgsrc-2020Q2:1.1.0.2 pkgsrc-2020Q2-base:1.1; locks; strict; comment @// @; 1.2 date 2021.06.14.05.30.35; author jnemeth; state dead; branches; next 1.1; commitid YWXAJ8vLw2pGM3XC; 1.1 date 2020.05.14.19.17.45; author joerg; state Exp; branches; next ; commitid K0ZWtQlcNUXE5f8C; desc @@ 1.2 log @Update HylaFAX to 6.0.7. No changelong was provided. @ text @$NetBSD: patch-libhylafax_FaxRecvInfo.c++,v 1.1 2020/05/14 19:17:45 joerg Exp $ --- libhylafax/FaxRecvInfo.c++.orig 2020-05-12 14:59:48.960689473 +0000 +++ libhylafax/FaxRecvInfo.c++ @@@@ -112,7 +112,7 @@@@ FaxRecvInfo::decode(const char* cp) if (cp == NULL || cp[1] != ',' || cp[2] != '"') return (false); u_int i = 0; - while (cp+2 != '\0') { + while (cp[2] != '\0') { callid[i] = cp+3; // +1 for "/+1 for ,/+1 for " if (*cp == '\"') break; callid[i].resize(callid[i].next(0,'"')); @ 1.1 log @Fix compare of pointer and NUL constant. Allow newer libtiff. Bump revision. @ text @d1 1 a1 1 $NetBSD$ @