~ubuntu-branches/ubuntu/vivid/aliki/vivid

« back to all changes in this revision

Viewing changes to .pc/02-spelling_fix.patch/source/captwin.cc

  • Committer: Package Import Robot
  • Author(s): Jaromír Mikeš
  • Date: 2013-05-06 12:45:16 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20130506124516-ag4zosxd2mo4314w
Tags: 0.2.0-1
* New upstream release
* Refresh patches
* wrap-and-sort -a -s
* Bump Standards
* Switch dh compat to 9 to fix hardening
* libzita-alsa-pcmi-dev added to build-dep

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
    Impdata::TYPE_RAW + 4,
59
59
    Impdata::TYPE_AMB_B4,
60
60
    Impdata::TYPE_AMB_A,
61
 
    ~0
 
61
    ~0u
62
62
};
63
63
 
64
64
 
623
623
    Impdata F;
624
624
    char    s [1024];
625
625
 
626
 
    snprintf (s, 1204, "%s/%s", _filewin->wdir (), _filewin->file ());
 
626
    snprintf (s, 1024, "%s/%s", _filewin->wdir (), _filewin->file ());
627
627
    if (F.open_read (s)) return;
628
628
    _shdata->_oplen = F.n_fram ();
629
629
    F.close ();