Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 512408 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- texk/ps2pkm/objects.c
0
++ texk/ps2pkm/objects.c
Lines 929-935 Link Here
929
 
929
 
930
       sprintf(typemsg, "Wrong object type in %s; expected %s seen %s\n",
930
       sprintf(typemsg, "Wrong object type in %s; expected %s seen %s\n",
931
                  name, TypeFmt(expect), TypeFmt(obj->type));
931
                  name, TypeFmt(expect), TypeFmt(obj->type));
932
       IfTrace0(TRUE,typemsg);
932
       fputs(typemsg, stderr);
933
 
933
 
934
       ObjectPostMortem(obj);
934
       ObjectPostMortem(obj);
935
 
935
 

Return to bug 512408