url_data: line should be a long

This commit is contained in:
Daniel Micay 2012-09-17 17:33:39 -04:00
parent 885805c5c6
commit 30298b446d
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ struct search_panel_info {
struct url_data {
char *url;
unsigned line;
long line;
int pos;
};