mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-23 22:03:07 -06:00
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:
parent
3a3e5e5d57
commit
a06b37b77a
8 changed files with 13 additions and 13 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue