~ubuntu-branches/ubuntu/utopic/vips/utopic-proposed

« back to all changes in this revision

Viewing changes to libvips/foreign/rawsave.c

  • Committer: Package Import Robot
  • Author(s): Jay Berkenbilt
  • Date: 2014-06-21 16:35:51 UTC
  • mfrom: (1.2.23)
  • Revision ID: package-import@ubuntu.com-20140621163551-l7mq3sjc5pkf94eu
Tags: 7.38.6-1
* New upstream version.
* Remove no-longer-needed dependency on gcc 4.7 for armhf. (Closes:
  #748006)
* Upstream version includes new German transltion. (Closes: #743613)

Show diffs side-by-side

added added

removed removed

Lines of Context:
174
174
        int result;
175
175
 
176
176
        va_start( ap, filename );
177
 
        result = vips_call_split( "rawsave", ap, filename );
 
177
        result = vips_call_split( "rawsave", ap, in, filename );
178
178
        va_end( ap );
179
179
 
180
180
        return( result );