Changeset 1505 for trunk/dll/tools.c


Ignore:
Timestamp:
Apr 12, 2010, 12:29:56 AM (15 years ago)
Author:
Gregg Young
Message:

Remove unnecessary type casts; minor formating cleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/tools.c

    r1498 r1505  
    234234  if (toolhead && filename && *filename) {
    235235    strcpy(lasttoolbar, filename);
    236     PrfWriteProfileString(fmprof, (CHAR *) FM3Str, "LastToolbar", filename);
     236    PrfWriteProfileString(fmprof, FM3Str, "LastToolbar", filename);
    237237  }
    238238  if (!toolhead) {
     
    10701070          }
    10711071        }
    1072         PrfWriteProfileString(fmprof, (CHAR *) FM3Str, "LastToolbar", lasttoolbar);
     1072        PrfWriteProfileString(fmprof, FM3Str, "LastToolbar", lasttoolbar);
    10731073      }
    10741074      WinDismissDlg(hwnd, 1);
Note: See TracChangeset for help on using the changeset viewer.