~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/field/blob.cc

  • Committer: Brian Aker
  • Date: 2008-07-23 00:11:39 UTC
  • Revision ID: brian@tangent.org-20080723001139-967ewfngqqotwb6e
Removed final uint dead types.

Show diffs side-by-side

added added

removed removed

Lines of Context:
92
92
    return (uint32_t) pos[0];
93
93
  case 2:
94
94
    {
95
 
      uint16 tmp;
 
95
      uint16_t tmp;
96
96
#ifdef WORDS_BIGENDIAN
97
97
      if (low_byte_first)
98
98
        tmp=sint2korr(pos);