Changeset 18056


Ignore:
Timestamp:
2008-12-04T11:33:34+13:00 (15 years ago)
Author:
mdewsnip
Message:

Moved "b" variable definition to make Visual Studio happy.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/common-src/packages/gdbm/gdbm-1.8.3/bucket.c

    r18044 r18056  
    7474  off_t file_pos;   /* The return address for lseek. */
    7575  register int index;   /* Loop index. */
     76  int b;
    7677
    7778  /* Initial set up. */
     
    125126    // There is a 4-byte string in each hash table entry that we need to leave alone (because character
    126127    //   strings are not affected by endianness), so convert these back to how they were originally
    127     int b;
    128128    for (b = 0; b < dbf->header->bucket_elems; b++)
    129129    {
Note: See TracChangeset for help on using the changeset viewer.