~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/heap/hp_hash.c

  • Committer: Monty Taylor
  • Date: 2008-11-30 08:20:03 UTC
  • mto: This revision was merged to the branch mainline in revision 634.
  • Revision ID: mordred@opensolaris-20081130082003-c1wz0sed4ztfqj57
Fixed silly little almost-non-bug.

Show diffs side-by-side

added added

removed removed

Lines of Context:
777
777
    key+= seg->length;
778
778
  }
779
779
  memcpy(key, &recpos, sizeof(unsigned char*));
780
 
  return (uint) (key - start_key);
 
780
  return (uint32_t) (key - start_key);
781
781
}
782
782
 
783
783