mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 16:10:41 -05:00
Fix building with profiling enabled
There was an #ifdef'd section of code for profiling that was using the wrong variable name so it would not build. Reviewed-by: Emmanuele Bassi <ebassi@linux.intel.com>
This commit is contained in:
parent
a2774fb0dc
commit
c687ece72d
@ -3737,7 +3737,7 @@ _clutter_debug_messagev (const char *format,
|
||||
|
||||
#ifdef CLUTTER_ENABLE_PROFILE
|
||||
if (_clutter_uprof_context != NULL)
|
||||
uprof_context_vtrace_message (_clutter_uprof_context, format, args);
|
||||
uprof_context_vtrace_message (_clutter_uprof_context, format, var_args);
|
||||
#endif
|
||||
|
||||
g_free (fmt);
|
||||
|
Loading…
Reference in New Issue
Block a user