solbu / hldig

hl://Dig is a fork of ht://Dig, a web indexing and searching system for a small domain or intranet
https://solbu.github.io/hldig/
Other
18 stars 21 forks source link

#5 #23

Closed ramdahal closed 6 years ago

andy5995 commented 6 years ago

Although that gets rid of the warning (thanks!) the proper way to do this would be to change char to const char where the function is prototyped and where it is defined.

https://github.com/andy5995/htdig/blob/5c7e6b3de90c0a6c39780f3ca6a915ffca31533a/httools/htpurge.cc#L48 https://github.com/andy5995/htdig/blob/5c7e6b3de90c0a6c39780f3ca6a915ffca31533a/httools/htpurge.cc#L395

Once that's done, no changes near L193 are necessary, so the ones you made can be reversed.