Changes between Version 1 and Version 2 of Ticket #3692, comment 8


Ignore:
Timestamp:
10/25/16 07:22:17 (7 years ago)
Author:
andrew_b
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3692, comment 8

    v1 v2  
    11MC requires glib >= 2.26. Unfortunately, your patch requires glib >= 2.32 because of 
    22  * g_get_monotonic_time (glib >= 2.28). Probably, mc_timer_elapsed() can be used instead. 
    3   * g_environ_setenv, g_environ_unsetenv, GTread (glib >= 2.32) 
     3  * g_environ_setenv, g_environ_unsetenv, GThread (glib >= 2.32) 
    44 
    55And, if it is possible, let avoid the usage of variable length array: