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:
parent
e6f3bfad2a
commit
d708395fa4
@ -737,6 +737,7 @@ RemoveSubString(
|
||||
//
|
||||
|
||||
strcpy (szNewValue, startString);
|
||||
strcat (szNewValue, ",");
|
||||
strcat (szNewValue, endString);
|
||||
startString = szNewValue;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user