Fixed error

This commit is contained in:
tobast 2013-06-05 20:42:18 +02:00
parent 06fe920d4c
commit 940407675d
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ ConfigRead::ConfigRead(string filepath)
string filecontent=unxor(infile);
unsigned findpos;
size_t findpos;
user=filecontent;
findpos=user.find("\n");