~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzletest.cc

  • Committer: Monty Taylor
  • Date: 2009-09-22 23:41:32 UTC
  • mfrom: (1122.2.13 whitespace-uncrustify)
  • mto: This revision was merged to the branch mainline in revision 1184.
  • Revision ID: mordred@inaugust.com-20090922234132-eh46jb4q89sfwsdn
Merged in tree-wide include guard fixes and some header cleanup.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7170
7170
      return(1);
7171
7171
    if (new_pos != pa->str)
7172
7172
    {
7173
 
      my_ptrdiff_t diff=PTR_BYTE_DIFF(new_pos,pa->str);
 
7173
      ptrdiff_t diff=PTR_BYTE_DIFF(new_pos,pa->str);
7174
7174
      for (i=0 ; i < pa->typelib.count ; i++)
7175
7175
        pa->typelib.type_names[i]= ADD_TO_PTR(pa->typelib.type_names[i],diff,
7176
7176
                                              char*);