~ubuntu-branches/ubuntu/trusty/mingw-w64/trusty

« back to all changes in this revision

Viewing changes to mingw-w64-crt/stdio/mingw_pformat.c

  • Committer: Package Import Robot
  • Author(s): Stephen Kitt
  • Date: 2011-11-21 23:05:31 UTC
  • mfrom: (4.1.9 sid)
  • Revision ID: package-import@ubuntu.com-20111121230531-gu3mq69sqvlea5i1
Tags: 2.0.1-1
* New upstream release (notably adding GDI+ support).
* Drop imagehlp-fix.patch, included upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
775
775
   * replacements for `ecvt()' and `fcvt()'.
776
776
   */
777
777
  int k; unsigned int e = 0; char *ep;
778
 
  static FPI fpi = { 64, 1-16383-64+1, 32766-16383-64+1, FPI_Round_near, 0 };
 
778
  static FPI fpi = { 64, 1-16383-64+1, 32766-16383-64+1, FPI_Round_near, 0, 14 /* Int_max */ };
779
779
 
780
780
  /* Classify the argument into an appropriate `__gdtoa()' category...
781
781
   */