/[winpt]/trunk/Src/wptVerifyList.cpp
ViewVC logotype

Diff of /trunk/Src/wptVerifyList.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 291 by twoaday, Mon Mar 12 20:33:51 2007 UTC revision 292 by twoaday, Mon Mar 12 20:37:13 2007 UTC
# Line 56  extract_filename (const char *path) Line 56  extract_filename (const char *path)
56      if (p == NULL)      if (p == NULL)
57          return m_strdup (path);          return m_strdup (path);
58      pos = p-path;      pos = p-path;
59      return substr (path, pos+1, strlen (path)-pos);      return substr (path, pos+1, strlen (path)-1);
60  }  }
61    
62    

Legend:
Removed from v.291  
changed lines
  Added in v.292

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26