Fixed error
This commit is contained in:
parent
06fe920d4c
commit
940407675d
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ ConfigRead::ConfigRead(string filepath)
|
||||||
|
|
||||||
string filecontent=unxor(infile);
|
string filecontent=unxor(infile);
|
||||||
|
|
||||||
unsigned findpos;
|
size_t findpos;
|
||||||
|
|
||||||
user=filecontent;
|
user=filecontent;
|
||||||
findpos=user.find("\n");
|
findpos=user.find("\n");
|
||||||
|
|
Loading…
Reference in a new issue