K 10 svn:author V 7 iedowse K 8 svn:date V 27 2003-06-15T11:43:00.000000Z K 7 svn:log V 330 Don't overwrite the static panicstr buffer for secondary and further panics. Before revision 1.38, we used to just point panicstr at the format string if panicstr was NULL, but since we now use a static buffer for the formatted panic message, we have to be careful to only write to it during the first panic. Pointed out by: bde END