Ticket #2433 (closed defect: fixed)
search dialog in viewer doesn't correctly process input field in hexadecimal mode
Reported by: | yury_t | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | mc-search | Version: | 4.7.0.10 |
Keywords: | Cc: | gotar@… | |
Blocked By: | Blocking: | ||
Branch state: | no branch | Votes for changeset: |
Description
1) Char \000 isn't regarded correctly. Search for sequence containing 0x00 or 0 or 0h or $0 fails, even if sequence in question is present.
2) Hex modificators are processed differently -- search for 0x11 finds 0x11, but search for either 11h or $11 finds 0x0b.
3) Generally, the hex modificators (h, $, 0x) should be optional, if the hexadecimal mode is already selected.
Change History
Note: See
TracTickets for help on using
tickets.