| # | Line 73 | Line 73 | begin | |
|---|---|---|
| 73 | if Length(ExportHandlers) > 0 then | |
| 74 | for i := 0 to High(ExportHandlers) do | |
| 75 | if ExportHandlers[i].Ext = fileinfo.Extension then | |
| 76 | < | ExportHandlers[i].Handler(ConnectionID, FileID, filename); |
| 76 | > | Result := ExportHandlers[i].Handler(ConnectionID, FileID, filename); |
| 77 | end; | |
| 78 | ||
| 79 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |