Index: operation.c =================================================================== --- operation.c (revision 35822) +++ operation.c (revision 35823) @@ -46,7 +46,7 @@ return NULL; } - if (!F->extobj_inhibit_regen) + if ((!F->extobj_inhibit_regen) && (Ptr2 != NULL)) exto = pcb_extobj_float_pre(Ptr2); switch (Type) {