This is the mail archive of the insight@sources.redhat.com mailing list for the Insight project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Fix typo in SrcWin::location


Hi,

I missed this typo in a recent patch. My bad.

Keith

ChangeLog
2002-01-08  Keith Seitz  <keiths@redhat.com>

	* library/srcwin.itb (location): Fix typo. It's "addr" not
	"address".

Patch
Index: library/srcwin.itb
===================================================================
RCS file: /cvs/src/src/gdb/gdbtk/library/srcwin.itb,v
retrieving revision 1.19
diff -u -p -r1.19 srcwin.itb
--- srcwin.itb	2002/01/07 08:58:47	1.19
+++ srcwin.itb	2002/01/08 19:55:17
@@ -477,7 +477,7 @@ body SrcWin::location {tag linespec} {
   }

   # set address and line widgets
-  if {[string length $address] > 10} {
+  if {[string length $addr] > 10} {
     # 64-bit address plus "0x"
     set width 18
   } else {



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]