public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Fix typo in SrcWin::location
@ 2002-01-08 12:29 Keith Seitz
  0 siblings, 0 replies; only message in thread
From: Keith Seitz @ 2002-01-08 12:29 UTC (permalink / raw)
  To: Insight Maling List

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 {


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-01-08 20:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-01-08 12:29 [PATCH] Fix typo in SrcWin::location Keith Seitz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).