Changeset 820 for trunk


Ignore:
Timestamp:
1999-12-11T04:04:25+13:00 (24 years ago)
Author:
cs025
Message:

Incorrect use of NTOHUL on a double value (num_bytes).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/packages/mg/src/text/mg_compression_dict.c

    r439 r820  
    4545/*
    4646   $Log$
     47   Revision 1.2  1999/12/10 15:04:25  cs025
     48   Incorrect use of NTOHUL on a double value (num_bytes).
     49
    4750   Revision 1.1  1999/08/10 21:18:04  sjboddie
    4851   renamed mg-1.3d directory mg
     
    266269  /* [RPAP - Jan 97: Endian Ordering] */
    267270  NTOHUL(csh.num_docs);
    268   NTOHUL(csh.num_bytes);
     271  NTOHD(csh.num_bytes);
    269272
    270273  for (i = 0; i < 2; i++)
Note: See TracChangeset for help on using the changeset viewer.