Changeset 56330 in vbox
- Timestamp:
- Jun 10, 2015 11:22:54 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bldprogs/scmsubversion.cpp
r56308 r56330 1101 1101 const char **ppszFirst = (const char **)g_pfnAprHashThisVal(pHashIdx); 1102 1102 if (ppszFirst && *ppszFirst) 1103 rc = RTStrDupEx(ppszValue, *ppszFirst); 1103 { 1104 if (ppszValue) 1105 rc = RTStrDupEx(ppszValue, *ppszFirst); 1106 else 1107 rc = VINF_SUCCESS; 1108 } 1104 1109 } 1105 1110 }
Note:
See TracChangeset
for help on using the changeset viewer.