~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/mf_iocache2.c

  • Committer: Brian Aker
  • Date: 2008-10-06 06:47:29 UTC
  • Revision ID: brian@tangent.org-20081006064729-2i9mhjkzyvow9xsm
RemoveĀ uint.

Show diffs side-by-side

added added

removed removed

Lines of Context:
276
276
size_t my_b_vprintf(IO_CACHE *info, const char* fmt, va_list args)
277
277
{
278
278
  size_t out_length= 0;
279
 
  uint minimum_width; /* as yet unimplemented */
280
 
  uint minimum_width_sign;
281
 
  uint precision; /* as yet unimplemented for anything but %b */
 
279
  uint32_t minimum_width; /* as yet unimplemented */
 
280
  uint32_t minimum_width_sign;
 
281
  uint32_t precision; /* as yet unimplemented for anything but %b */
282
282
  bool is_zero_padded;
283
283
 
284
284
  /*