Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/packages/mg-1.3d/src/text/MGPASS.C

    r13 r28  
    4949/*
    5050   $Log$
     51   Revision 1.3  1998/11/24 03:39:23  rjmcnab
     52
     53   Fixed a small error in the windows compilation
     54
     55   Revision 1.2  1998/11/24 01:29:39  rjmcnab
     56
     57   Fixed a few problems with the windows build
     58
    5159   Revision 1.1  1998/11/17 09:34:12  rjmcnab
    5260   *** empty log message ***
     
    8290FILE *Comp_Stats = NULL;
    8391int comp_stat_point = 0;
    84 u_long bytes_processed = 0;
     92double bytes_processed = 0;
    8593int num_docs = 0;
    86 u_long bytes_received = 0;
     94double bytes_received = 0;
    8795int stem_method = 0;
    8896
Note: See TracChangeset for help on using the changeset viewer.