Changeset 13534 in vbox
- Timestamp:
- Oct 23, 2008 1:04:05 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ConsoleImpl2.cpp
r13522 r13534 1273 1273 # elif defined(RT_OS_SOLARIS) 1274 1274 /* The name is on the form format 'ifX[:1] - long name, chop it off at space. */ 1275 char szTrunk[ 8];1276 str ncpy(szTrunk, pszHifName, sizeof(szTrunk));1275 char szTrunk[256]; 1276 strlcpy(szTrunk, pszHifName, sizeof(szTrunk)); 1277 1277 char *pszSpace = (char *)memchr(szTrunk, ' ', sizeof(szTrunk)); 1278 1278
Note:
See TracChangeset
for help on using the changeset viewer.