Searched refs:SectionContentsFilename (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/tex2rtf/src/
H A Dhtmlutil.cpp223 static wxChar *SectionContentsFilename = NULL; variable
232 if ( SectionContentsFilename )
233 delete[] SectionContentsFilename;
235 SectionContentsFilename = NULL;
244 SectionContentsFilename = copystring(buf);
246 SectionContentsFD = wxFopen(SectionContentsFilename, _T("w"));

Completed in 62 milliseconds