/[xforms]/xforms/lib/flsnprintf.c
ViewVC logotype

Diff of /xforms/lib/flsnprintf.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by leeming, Sun Apr 20 21:25:08 2003 UTC revision 1.3 by leeming, Tue Sep 9 00:28:25 2003 UTC
# Line 744  int fl_portable_vsnprintf(char *str, siz Line 744  int fl_portable_vsnprintf(char *str, siz
744                { precision = num_of_digits+1; precision_specified = 1; }                { precision = num_of_digits+1; precision_specified = 1; }
745            }            }
746         /* zero padding to specified precision? */         /* zero padding to specified precision? */
747            if (num_of_digits < precision)            if (num_of_digits < precision)
748              number_of_zeros_to_pad = precision - num_of_digits;              number_of_zeros_to_pad = precision - num_of_digits;
749          }          }
750       /* zero padding to specified minimal field width? */       /* zero padding to specified minimal field width? */

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26