Ignore:
Timestamp:
Aug 31, 2001, 9:56:34 PM (24 years ago)
Author:
phaller
Message:

.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/shlwapi/url_odin.cpp

    r6608 r6615  
    1 /* $Id: url_odin.cpp,v 1.2 2001-08-30 19:19:59 phaller Exp $ */
     1/* $Id: url_odin.cpp,v 1.3 2001-08-31 19:56:34 phaller Exp $ */
    22
    33/*
     
    150150              DWORD,   dwFlags)
    151151{
    152   dprintf(("not implemented."));
     152  dprintf(("not implemented correctly (In=%s).",
     153          pszIn));
    153154
    154155  strncpy(pszOut,
    155156          pszIn,
    156157          *pcchOut);
    157   *pcchOut = 0;
     158  *pcchOut = lstrlenA(pszIn);
    158159
    159160  return S_OK;
Note: See TracChangeset for help on using the changeset viewer.