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:
authorMartin Baulig <martin@novell.com>2004-04-23 06:09:26 +0400
committerMartin Baulig <martin@novell.com>2004-04-23 06:09:26 +0400
commit84ce456dd22c91479af29f81fd6125bfe196e26b (patch)
tree7ca44021bd232362cec8ca17009d830c04025e7a /mcs/class/Mono.CSharp.Debugger/MonoSymbolTable.cs
parent26284401bf35697e6d63c5b63377a83cfd00fd2e (diff)
Ooops.
svn path=/trunk/mcs/; revision=25876
Diffstat (limited to 'mcs/class/Mono.CSharp.Debugger/MonoSymbolTable.cs')
-rw-r--r--mcs/class/Mono.CSharp.Debugger/MonoSymbolTable.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/Mono.CSharp.Debugger/MonoSymbolTable.cs b/mcs/class/Mono.CSharp.Debugger/MonoSymbolTable.cs
index f0a3e1630d3..a5d17f30a9e 100644
--- a/mcs/class/Mono.CSharp.Debugger/MonoSymbolTable.cs
+++ b/mcs/class/Mono.CSharp.Debugger/MonoSymbolTable.cs
@@ -774,7 +774,7 @@ namespace Mono.CSharp.Debugger
public override string ToString ()
{
- return String.Format ("[Method {0}:{1}:{2}:{3}:{4} - {7}:{8}:{9}:{10} - {5}]",
+ return String.Format ("[Method {0}:{1}:{2}:{3}:{4} - {6}:{7}:{8}:{9} - {5}]",
Index, Token, SourceFileIndex, StartRow, EndRow,
SourceFile, ClassTypeIndex, NumParameters,
NumLocals, NumLineNumbers);