Changeset 21480 for trunk/src/iphlpapi/iphlpapi.cpp
- Timestamp:
- Nov 27, 2010, 11:34:47 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/iphlpapi/iphlpapi.cpp
r21414 r21480 198 198 else // something else... 199 199 { 200 strcpy(iShortName, strstr(ifmibget.iftable[i].ifDescr,"unk"));200 strcpy(iShortName,"unk"); 201 201 iShortName[3] = ifIndex + 48; 202 202 iShortName[4] = 0;
Note:
See TracChangeset
for help on using the changeset viewer.