lichray / nvi2

A multibyte fork of the nvi editor for BSD
Other
144 stars 34 forks source link

Fix undefined string comparison #127

Closed LaurentChardon closed 9 months ago

LaurentChardon commented 9 months ago

Minor fix.

I changed a string comparison that used != instead of STRCMP, the macro for wcscmp. I removed the no-string-compare option in CMakeLists.txt as it doesn't seen needed any more.