~ubuntu-branches/ubuntu/trusty/boxshade/trusty

« back to all changes in this revision

Viewing changes to dv_rtf.c

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Tille, David Paleino, Andreas Tille
  • Date: 2011-01-14 08:27:01 UTC
  • Revision ID: james.westby@ubuntu.com-20110114082701-etwd13n9n7nz8h78
Tags: 3.3.1-5
[ David Paleino ]
* Removed myself from Uploaders

[ Andreas Tille ]
* debian/control
  - Standards-Version: 3.9.1 (no changes needed)
  - Debhelper 7
  - Fix spelling of Debian Med in maintainer address
* debian/rules: s/dh_clean -k/dh_prep/
* debian/source/format: 3.0 (quilt)

Show diffs side-by-side

added added

removed removed

Lines of Context:
127
127
  }
128
128
  if (!cloutflag) {
129
129
    printf("filename for RTF-output  : ");
130
 
    gets(outname);
 
130
    Gets(outname,sizeof(outname)-1);
131
131
  }
132
132
}
133
133