flickcurl icon indicating copy to clipboard operation
flickcurl copied to clipboard

The flickcurl seems to ignore page setting if it is >999

Open Pinhuer opened this issue 8 years ago • 1 comments

flickcurl -V groups.pools.getPhotos 34427469792@N01 500 999 page=999 appears in URI.

flickcurl -V groups.pools.getPhotos 34427469792@N01 500 1000 No page appears in URI.

Pinhuer avatar Mar 22 '16 11:03 Pinhuer

I changed these: #define FLICKCURL_MAX_LIST_PARAM_COUNT 99 if(list_params->page >= 0 && list_params->page <= 99999999)

and it worked fine.

Pinhuer avatar Mar 22 '16 14:03 Pinhuer