Ignore:
Timestamp:
Nov 18, 1999, 9:55:06 AM (26 years ago)
Author:
bird
Message:

Hmm. Forgot to issue a call to setFullPath with szFileName during
object construction.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/winimagepe2lx.cpp

    r1758 r1767  
    1 /* $Id: winimagepe2lx.cpp,v 1.4 1999-11-16 18:27:01 bird Exp $ */
     1/* $Id: winimagepe2lx.cpp,v 1.5 1999-11-18 08:55:06 bird Exp $ */
    22
    33/*
     
    125125    paSections(NULL), cSections(0), pNtHdrs(NULL), fWin32k(fWin32k)
    126126{
     127    setFullPath(szFileName);
    127128}
    128129
Note: See TracChangeset for help on using the changeset viewer.