Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2003-11-12 08:38:20 +0300
committerGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2003-11-12 08:38:20 +0300
commite6ff4694cc9dd2fea000420523650d5b76ae92dc (patch)
treed6c2723187d57ed0344341afdad1b261ce9dd930 /mcs/class/corlib/System/Double.cs
parent2099d03c56dcd1a09e02025972b4e4fc6ab2e59b (diff)
Build fix on windows
svn path=/trunk/mcs/; revision=19863
Diffstat (limited to 'mcs/class/corlib/System/Double.cs')
-rw-r--r--mcs/class/corlib/System/Double.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/mcs/class/corlib/System/Double.cs b/mcs/class/corlib/System/Double.cs
index ac76ab03b4d..0c0cd634024 100644
--- a/mcs/class/corlib/System/Double.cs
+++ b/mcs/class/corlib/System/Double.cs
@@ -323,6 +323,7 @@ namespace System {
result = Parse (s, style, provider);
return true;
} catch {
+ result = 0;
return false;
}
}