mirror of
https://github.com/stascorp/rdpwrap.git
synced 2025-12-21 12:10:12 +00:00
Some fixes and comments
The final is near, it already compiles :)
This commit is contained in:
@@ -400,7 +400,7 @@ bool INI_FILE::GetVariableInSection(char *SectionName, char *VariableName, INI_V
|
||||
|
||||
switch(Variable.VariableValue[i+1])
|
||||
{
|
||||
case '0': break;
|
||||
case '0': break;
|
||||
case '1': RetVariable->Value[(i/2)] += 1; break;
|
||||
case '2': RetVariable->Value[(i/2)] += 2; break;
|
||||
case '3': RetVariable->Value[(i/2)] += 3; break;
|
||||
|
||||
Reference in New Issue
Block a user