Changeset 1132


Ignore:
Timestamp:
Aug 30, 2008, 6:21:22 AM (17 years ago)
Author:
Steven Levine
Message:

Point pci fields at NullStr to sync with FreeCnrItemData mods

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/comp.c

    r1065 r1132  
    490490              }
    491491              else {
    492                 // Other side is not blank - update just this side
     492                // Other side is not blank - blank just this side
    493493                FreeCnrItemData(pciS);
     494                // 29 Aug 08 SHL Point pci fields at NullStr to sync with FreeCnrItemData mods
     495                pciS->pszFileName = NullStr;
    494496                pciS->pszDisplayName = pciS->pszFileName;
    495497                pciS->rc.pszIcon = pciS->pszFileName;
Note: See TracChangeset for help on using the changeset viewer.