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:
Slava Zanko 2009-08-10 12:44:43 +03:00
parent 2a586710b7
commit 0dc26a14d4

View File

@ -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;