String Error any idea what it is?

01/12/2012 10:27 amar14#1
[SR_GameServer] CLAMP() ==> min(1.000) exceeded max(-2147483648.000) value), File: D:WORK2005SourceSilkroadOnlineServerSR_GameServerG ObjPC.cpp, Line: 616
01/12/2012 10:43 IceAmStiel#2
2147483648 = max int value - an overflow, since you weren't asking for any fixing ideas
01/12/2012 10:51 amar14#3
Quote:
Originally Posted by IceAmStiel View Post
2147483648 = max int value - an overflow, since you weren't asking for any fixing ideas
any idea how it can be fixed then?