View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002078 | Far Manager | _Common | public | 2012-04-17 07:07 | 2012-04-17 07:15 |
| Reporter | Maximus | Assigned To | DrKnS | ||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | closed | Resolution | fixed | ||
| Product Version | 3.0 | ||||
| Fixed in Version | 3.0 | ||||
| Summary | 0002078: Фар валится при некорректном lng-файле | ||||
| Description | Вызывается WaitKey, с CtrlObj уже нету... | ||||
| Tags | No tags attached. | ||||
| Build | 2620 | ||||
|
|
WaitKeyTrap.diff (365 bytes)
Index: keyboard.cpp
===================================================================
--- keyboard.cpp (revision 7900)
+++ keyboard.cpp (working copy)
@@ -782,7 +782,7 @@
if (!(LoopCount & 15))
{
- if(CtrlObject->Plugins->GetPluginsCount())
+ if(CtrlObject && CtrlObject->Plugins->GetPluginsCount())
{
SetFarConsoleMode();
}
|
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2012-04-17 07:07 | Maximus | New Issue | |
| 2012-04-17 07:07 | Maximus | File Added: WaitKeyTrap.diff | |
| 2012-04-17 07:15 | DrKnS | Build | => 2620 |
| 2012-04-17 07:15 | DrKnS | Status | new => closed |
| 2012-04-17 07:15 | DrKnS | Assigned To | => DrKnS |
| 2012-04-17 07:15 | DrKnS | Resolution | open => fixed |
| 2012-04-17 07:15 | DrKnS | Fixed in Version | => 3.0 |