Changeset 1655 for trunk/dll/comp.c


Ignore:
Timestamp:
Jan 8, 2012, 7:17:31 PM (14 years ago)
Author:
Gregg Young
Message:

Cleanup and added comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/comp.c

    r1653 r1655  
    77
    88  Copyright (c) 1993-02 M. Kimes
    9   Copyright (c) 2003, 2010 Steven H. Levine
     9  Copyright (c) 2003, 2012 Steven H. Levine
    1010
    1111  16 Oct 02 MK Baseline
     
    7777  29 May 11 SHL Rework >65K records logic - prior fix was not quite right
    7878  12 Jun 11 GKY Added SleepIfNeeded in the container fill loop
     79  02 Jan 12 GKY Added pszFmtFileSize to container info to fix loss of file sizes on move and copy.
    7980
    8081***********************************************************************/
     
    16291630                        p++;
    16301631                        // 27 Sep 07 SHL fixme to do ULONGLONG conversion
    1631                         fb4.cbFile = atoll(p);
     1632                        fb4.cbFile = atol(p);
    16321633                        p = strchr(p, ',');
    16331634                        if (p) {
Note: See TracChangeset for help on using the changeset viewer.