mirror of
https://github.com/MidnightCommander/mc
synced 2025-03-04 23:21:28 +03:00
Changed types in structure 'mc_search_struct' from 'gsize' to 'otff_t'
Signed-off-by: Slava Zanko <slavazanko@gmail.com>
This commit is contained in:
parent
2a586710b7
commit
0dc26a14d4
@ -76,9 +76,9 @@ typedef struct mc_search_struct {
|
||||
/* public output data */
|
||||
|
||||
/* some data for normal */
|
||||
gsize normal_offset;
|
||||
off_t normal_offset;
|
||||
|
||||
gsize start_buffer;
|
||||
off_t start_buffer;
|
||||
/* some data for regexp */
|
||||
int num_rezults;
|
||||
mc_search_matchinfo_t *regex_match_info;
|
||||
|
Loading…
x
Reference in New Issue
Block a user