Fixed error

This commit is contained in:
tobast 2013-06-05 20:42:18 +02:00
parent 06fe920d4c
commit 940407675d

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");