wasCSharpSQLite

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 2  →  ?path2? @ 3
/Community.CsharpSqlite/src/printf_c.cs
@@ -676,6 +676,7 @@
realvalue += rounder;
/* Normalize realvalue to within 10.0 > realvalue >= 1.0 */
exp = 0;
double d = 0;
#if WINDOWS_MOBILE
//alxwest: Tryparse doesn't exist on Windows Moble and what will Tryparsing a double do?
if ( Double.IsNaN( realvalue ))