Bug 391080. Fixed a problem that was removing a comma when LCredMgr was in the middle of the reg setting. (Windows only).
This commit is contained in:
@@ -737,6 +737,7 @@ RemoveSubString(
|
|||||||
//
|
//
|
||||||
|
|
||||||
strcpy (szNewValue, startString);
|
strcpy (szNewValue, startString);
|
||||||
|
strcat (szNewValue, ",");
|
||||||
strcat (szNewValue, endString);
|
strcat (szNewValue, endString);
|
||||||
startString = szNewValue;
|
startString = szNewValue;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user