~ubuntu-branches/ubuntu/raring/unrar-nonfree/raring-proposed

« back to all changes in this revision

Viewing changes to find.cpp

  • Committer: Package Import Robot
  • Author(s): Martin Meredith
  • Date: 2012-02-14 22:39:32 UTC
  • mfrom: (1.2.12)
  • mto: This revision was merged to the branch mainline in revision 22.
  • Revision ID: package-import@ubuntu.com-20120214223932-80w6cf6q639kinh4
Tags: upstream-4.1.4
ImportĀ upstreamĀ versionĀ 4.1.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
 
28
28
void FindFile::SetMask(const char *FindMask)
29
29
{
30
 
  strcpy(FindFile::FindMask,FindMask);
 
30
  strcpy(FindFile::FindMask,NullToEmpty(FindMask));
31
31
  if (*FindMaskW==0)
32
32
    CharToWide(FindMask,FindMaskW);
33
33
  FirstCall=true;