~ubuntu-branches/debian/sid/flickcurl/sid

« back to all changes in this revision

Viewing changes to src/activity-api.c

  • Committer: Package Import Robot
  • Author(s): Kumar Appaiah
  • Date: 2014-01-12 08:20:42 UTC
  • mfrom: (1.4.2)
  • Revision ID: package-import@ubuntu.com-20140112082042-7p31zl22mw4ohbcd
Tags: 1.25-1
* New upstream release
* Standards version is now 3.9.5 (no changes needed)
* Multiarch conversion
  + Switch to dh based rules file
  + Add ${misc:Pre-Depends} and Multi-Arch: same for libflickcurl0
  + Alter install files to accommodate the multiarch path

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
  char page_str[10];
64
64
  char per_page_str[10];
65
65
  
66
 
  flickcurl_init_params(fc);
 
66
  flickcurl_init_params(fc, 0);
67
67
 
68
68
  if(page >= 0) {
69
69
    sprintf(page_str, "%d", page);
128
128
  char page_str[10];
129
129
  char per_page_str[10];
130
130
 
131
 
  flickcurl_init_params(fc);
 
131
  flickcurl_init_params(fc, 0);
132
132
 
133
133
  if(timeframe) {
134
134
    flickcurl_add_param(fc, "timeframe", timeframe);