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

htfuzzy: use String to declare a char*, avoid use of strcpy #57

Closed andy5995 closed 6 years ago

andy5995 commented 6 years ago

This addresses the issue discussed in 86c83fe046e09b2e6efaa2dd2652acae518a6ae9

using String instead of char avoids the warning "ISO C++ forbids converting a string constant to ‘char’" (See Fuzzy.h)