LINUX.ORG.RU

История изменений

Исправление mashina, (текущая версия) :

if (error) return CML_Clear(&root, &clode);
if (error) return CML_Clear(context);

Исходная версия mashina, :

if (!error) return CML_Clear(&root, &clode);
if (!error) return CML_Clear(context);