url_data: line should be a long
This commit is contained in:
parent
885805c5c6
commit
30298b446d
|
@ -48,7 +48,7 @@ struct search_panel_info {
|
|||
|
||||
struct url_data {
|
||||
char *url;
|
||||
unsigned line;
|
||||
long line;
|
||||
int pos;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue