~ubuntu-branches/ubuntu/vivid/goldencheetah/vivid-proposed

« back to all changes in this revision

Viewing changes to src/SrmDevice.cpp

  • Committer: Package Import Robot
  • Author(s): KURASHIKI Satoru
  • Date: 2013-12-25 10:30:44 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20131225103044-11ttdb8r9us31lpn
Tags: 3.0.1-1
* New upstream release.
  Use dirstributed tarball to build. (Closes: #711722)
* New Standards-Version: 3.9.5
* remove qwt-format patch (merged at upstream).

Show diffs side-by-side

added added

removed removed

Lines of Context:
560
560
        }
561
561
        file.startTime.setTime_t( 0.1 * stime );
562
562
 
563
 
        fh = fopen( file.name.toAscii().constData(), "w" );
 
563
        fh = fopen( file.name.toAscii().constData(), "wb" );
564
564
        if( ! fh ){
565
565
            srmio_data_free(fixed);
566
566
            err = tr( "failed to open file %1: %2")