Ignore:
Timestamp:
2008-05-17T14:14:33+12:00 (16 years ago)
Author:
davidb
Message:

Changed typecast of memory location from (int) to (unsigned long) to be compliant with 64-bit architecture

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/packages/isis-gdl/Unimarc.cpp

    r6127 r15554  
    361361            if (directory_[i].field_[j].data_)
    362362            {
    363                 putchar((int)directory_[i].field_[j].data_);
     363                putchar((unsigned long)directory_[i].field_[j].data_);
    364364            }
    365365            fc++;
Note: See TracChangeset for help on using the changeset viewer.