Changeset 1877 for trunk/dll/comp.c


Ignore:
Timestamp:
Oct 11, 2015, 11:43:27 PM (10 years ago)
Author:
Gregg Young
Message:

Remove debug code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/comp.c

    r1836 r1877  
    249249      if (fp) {
    250250        fprintf(fp, "\"%s\"\n", sf->dirname);
    251         //DbgMsg(pszSrcFile, __LINE__, "recurse %i", sf->recurse);
    252251        SnapShot(sf->dirname, fp, sf->recurse);
    253252        fclose(fp);
     
    16631662      FillDirList(cmp->leftdir, lenl, cmp->includesubdirs,
    16641663                  &filesl, &cmp->cmp->totalleft, &numallocl);
    1665 
    16661664      if (filesl)
    16671665        qsort(filesl, cmp->cmp->totalleft, sizeof(CHAR *), CompNames);
    1668 
    16691666      // Build list of all files in right directory
    1670       //DbgMsg(pszSrcFile, __LINE__, "list file %s", cmp->rightlist);
    16711667      if (!*cmp->rightlist) {
    16721668        if (fForceLower)
     
    17301726            if (cmp->rightdir[strlen(cmp->rightdir) - 1] != '\\')
    17311727              lenr++;
    1732             //DbgMsg(pszSrcFile, __LINE__, "end of file %i", feof(fp));
    17331728            while (!feof(fp)) {
    17341729              if (!xfgets_bstripcr
     
    17511746                      if (p) {
    17521747                        p++;
    1753                         //DbgMsg(pszSrcFile, __LINE__, "DS %ul comma %ul", strchr(p, '/') ? strchr(p, '/') : strchr(p, DateSeparator[0]),  strchr(p, ','));
    17541748                        if (((strchr(p, '/') ? strchr(p, '/') : strchr(p, DateSeparator[0])) - strchr(p, ',')) > 5) {
    17551749                          CHAR szTemp[30];
     
    32263220              strcpy(sf->dirname, cmp->rightdir);
    32273221            sf->recurse = WinQueryButtonCheckstate(hwnd, COMP_INCLUDESUBDIRS);
    3228             //DbgMsg(pszSrcFile, __LINE__, "recurse %i %i", sf->recurse, cmp->includesubdirs);
     3222
    32293223            if (xbeginthread(StartSnapThread,
    32303224                             65536,
Note: See TracChangeset for help on using the changeset viewer.