Changeset 1878 for trunk/dll/assoc.c


Ignore:
Timestamp:
Oct 12, 2015, 12:24:39 AM (10 years ago)
Author:
Gregg Young
Message:

Remove some dead code and comments source files starting with A-D

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/assoc.c

    r1877 r1878  
    886886          temp.offset = atol(dummy);
    887887        }
    888         //bstrip(temp.mask);
    889888        sprintf(key, "ASSOC.%senv", temp.pszCmdLine);
    890889        PrfWriteProfileString(fmprof, FM3Str, key, NULL);
     
    980979          temp.offset = atol(dummy);
    981980        }
    982         //bstrip(temp.mask);
    983981        sprintf(key, "ASSOC.%senv", temp.pszCmdLine);
    984982        PrfWriteProfileString(fmprof, FM3Str, key, NULL);
Note: See TracChangeset for help on using the changeset viewer.