~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/time.cc

  • Committer: Monty Taylor
  • Date: 2008-10-06 01:30:47 UTC
  • Revision ID: monty@inaugust.com-20081006013047-6m2ejc0c4peye2k9
Removed my_free(). It turns out that it had been def'd to ignore the flags passed to it in the second arg anyway. Gotta love that.

Show diffs side-by-side

added added

removed removed

Lines of Context:
572
572
    format_length       Length of string
573
573
 
574
574
  NOTES
575
 
    The returned object should be freed with my_free()
 
575
    The returned object should be freed with free()
576
576
 
577
577
  RETURN
578
578
    NULL ponter:        Error
606
606
    format              format to copy
607
607
 
608
608
  NOTES
609
 
    The returned object should be freed with my_free()
 
609
    The returned object should be freed with free()
610
610
 
611
611
  RETURN
612
612
    NULL ponter:        Error