Files
mu4e/lib/utils
Todd Carson 73603c97e2 Don't declare mu_str_size_s() with the const attribute.
When this function is declared const or pure, clang at -O1 or higher optimizes
away the call to mu_str_size_s() inside mu_str_size(), so that it ignores its
argument and returns whatever is in mu_str_size_s()'s static buffer.

Found when test-mu-str failed while testing an update of mu in OpenBSD's ports tree.
2020-07-01 00:16:19 +09:00
..
2020-06-27 17:07:00 +03:00
2019-12-22 15:26:45 +02:00
2019-12-22 15:26:45 +02:00
2020-01-31 00:23:00 +02:00
2020-05-30 18:33:27 +03:00
2020-02-10 01:00:01 +02:00
2020-06-27 17:07:00 +03:00
2020-02-10 01:00:01 +02:00
2020-06-07 18:11:41 +03:00