﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
555	Trap on close while direct editing a file name in the collector	Gregg Young	Gregg Young	"As with 554 this was caused by pci->pszFileName being NullStr. This is from collect.c ~1433


{{{
if (!pci->pszFileName) {
                Runtime_Error(pszSrcFile, __LINE__, ""pci->pszFileName NULL for %p"", pci);
                return 0;
              }
              p = strrchr(pci->pszFileName, '\\');
}}}

I added the return 0; as we had previously given the error message and then allowed FM/2 to trap in strrchr."	defect	closed	minor	Release_3.24	fm/2 base	3.23	fixed		
