1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-22 13:10:31 -04:00
Commit graph

1 commit

Author SHA1 Message Date
Jan Beich
42040b1790 net-p2p/bnbt: unbreak with libc++ 3.9
base64.cpp:129:13: error: assigning to 'char *' from incompatible type 'const char *'
    if  ((b = strchr(s, pPad[0])) != NULL)  // Only one, two or three equal...
            ^ ~~~~~~~~~~~~~~~~~~

Reported by:	pkg-fallout
2017-02-01 20:22:34 +00:00