mirror of
https://github.com/stascorp/rdpwrap.git
synced 2025-08-20 05:13:40 -07:00
Some fixes and comments
The final is near, it already compiles :)
This commit is contained in:
parent
87887259b2
commit
a449d04619
2 changed files with 41 additions and 53 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue