Changeset 1780 for trunk/dll/worker.c


Ignore:
Timestamp:
Jun 28, 2014, 8:05:22 PM (11 years ago)
Author:
Gregg Young
Message:

Fixed errors found by cppcheck. Most had the potential to cause difficult to reproduce traps. Also fixed retry code for failure to create an archive work directory and the failure of the mailto code to drop trailing >.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/worker.c

    r1741 r1780  
    12061206                                SEARCH_CUR_DIRECTORY,
    12071207                                (CHAR *) PCSZ_PATH, (CHAR *) PCSZ_FM2PLAYEXE, (PBYTE)fbuf, CCHMAXPATH - 1))
    1208                 total += MaxFM2playStrLen;
     1208                total = MaxFM2playStrLen;
    12091209              else
    12101210                total = strlen(fbuf);
Note: See TracChangeset for help on using the changeset viewer.