On Wed, 27.04.11 02:07, Cristi Patty ([email protected]) wrote:
> in [manager.c], function [manager_reload], close to the end of
> function, there are these lines:" assert(m->n_deserializing >
> 0); m->n_deserializing ++; "- is it
> really OK the " m->n
in [manager.c], function [manager_reload], close to the end of function, there
are these lines:" assert(m->n_deserializing > 0);
m->n_deserializing ++; "- is it really OK the
" m->n_deserializing ++ " or it should have been " m->n_deserializing -- " ?
Tha