Changes between Initial Version and Version 1 of Ticket #3692, comment 8
- Timestamp:
- 10/25/16 07:22:02 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3692, comment 8
initial v1 1 1 MC requires glib >= 2.26. Unfortunately, your patch requires glib >= 2.32 because of 2 2 * g_get_monotonic_time (glib >= 2.28). Probably, mc_timer_elapsed() can be used instead. 3 * g_environ_setenv, g_environ_unsetenv (glib >= 2.32)3 * g_environ_setenv, g_environ_unsetenv, GTread (glib >= 2.32) 4 4 5 5 And, if it is possible, let avoid the usage of variable length array: