View Issue Details

IDProjectCategoryView StatusLast Update
0002348Far ManagerPlugins API.Editorpublic2013-03-24 22:04
Reporterchpock Assigned ToDrKnS  
PrioritynormalSeveritycrashReproducibilityalways
Status closedResolutionfixed 
Fixed in Version3.0 
Summary0002348: Exception в EditControl/ECTL_SAVEFILE при Param2.FileName = NULL
DescriptionСабж.
Скорее всего, в файле "fileedit.cpp" в строке 2601 лишняя "*". Вместо:
  if (*esf->FileName) strName=esf->FileName;
должно быть
  if (esf->FileName) strName=esf->FileName;
TagsNo tags attached.
Build3275

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2013-03-24 21:48 chpock New Issue
2013-03-24 22:04 DrKnS Build => 3275
2013-03-24 22:04 DrKnS Status new => closed
2013-03-24 22:04 DrKnS Assigned To => DrKnS
2013-03-24 22:04 DrKnS Resolution open => fixed
2013-03-24 22:04 DrKnS Fixed in Version => 3.0