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

« back to all changes in this revision

Viewing changes to src/photos-transform-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:
62
62
  char degrees_str[4];
63
63
  int result = 0;
64
64
  
65
 
  flickcurl_init_params(fc);
 
65
  flickcurl_init_params(fc, 0);
66
66
 
67
67
  if(!photo_id || !(degrees == 90 || degrees == 180 || degrees == 270))
68
68
    return 1;