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

« back to all changes in this revision

Viewing changes to strfn.cpp

  • Committer: Package Import Robot
  • Author(s): Nick Andrik
  • Date: 2013-01-21 23:07:40 UTC
  • mto: This revision was merged to the branch mainline in revision 19.
  • Revision ID: package-import@ubuntu.com-20130121230740-72rp8g92rch565c6
Tags: upstream-4.2.4
ImportĀ upstreamĀ versionĀ 4.2.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
366
366
}
367
367
 
368
368
 
 
369
const wchar* GetWide(const char *Src,const wchar *SrcW)
 
370
{
 
371
  if (SrcW!=NULL && *SrcW!=0)
 
372
    return SrcW;
 
373
  return GetWide(Src);
 
374
}
 
375
 
 
376
 
369
377
#ifdef _WIN_ALL
370
378
// Parse string containing parameters separated with spaces.
371
379
// Support quote marks. Param can be NULL to return the pointer to next