# | Line 548 | Line 548 | var | |
---|---|---|
548 | begin | |
549 | SetLength(Result, 0); | |
550 | FQuery.SQL.Text := 'SELECT [src_id],[src_link_offset],[name],[size],[sep] FROM rawmap ' + | |
551 | < | 'WHERE [type]="' + RawType + '" ORDER BY src_id ASC, src_link_offset ASC;'; |
551 | > | 'WHERE [type]="' + RawType + '" and [size]>0 ORDER BY src_id ASC, src_link_offset ASC;'; |
552 | FQuery.Open; | |
553 | if FQuery.RecordCount > 0 then | |
554 | begin |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |