Some warnings fixed, MYSQL: Fixed decimal issue

git-svn-id: svn://ultimatepp.org/upp/trunk@7558 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2014-08-01 15:09:14 +00:00
parent 3a3e5e5d57
commit a06b37b77a
8 changed files with 13 additions and 13 deletions

View file

@ -31,7 +31,7 @@ Vector<String> GetLineMap(Stream& stream)
while(emp-- > 0)
out.Add(Null);
if(e != f)
s.Trim(e - p);
s.Trim(int(e - p));
out.Add(s);
emp = 0;
}