mirror of
https://github.com/vdemydiuk/mtapi.git
synced 2026-08-16 20:28:09 +00:00
Missing break after PositionGetSymbol
This commit is contained in:
@@ -360,6 +360,7 @@ int executeCommand()
|
|||||||
|
|
||||||
sendStringResponse(ExpertHandle, PositionGetSymbol(index));
|
sendStringResponse(ExpertHandle, PositionGetSymbol(index));
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
|
|
||||||
case 8: //PositionSelect
|
case 8: //PositionSelect
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user