diff --git a/fallback.h b/fallback.h index 5ffc9ceae..323a690ca 100644 --- a/fallback.h +++ b/fallback.h @@ -304,7 +304,7 @@ size_t wcslcpy( wchar_t *dst, const wchar_t *src, size_t siz ); /** BSD del_curterm seems to do a double-free. We redefine it as a no-op */ -#define del_curterm(oterm) 1 +#define del_curterm(oterm) OK #endif #ifndef HAVE_LRAND48_R