From d05bb1fc0260759c2685cc65e790cc06a6529222 Mon Sep 17 00:00:00 2001 From: Michael Snyder Date: Thu, 27 Feb 2003 18:08:25 +0000 Subject: 2003-02-27 Michael Snyder * doublest.c (extract_floating): Fix warning text. --- gdb/doublest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/doublest.c') diff --git a/gdb/doublest.c b/gdb/doublest.c index 49e3689..e601a4d 100644 --- a/gdb/doublest.c +++ b/gdb/doublest.c @@ -663,7 +663,7 @@ extract_floating (const void *addr, int len) if (fmt == NULL) { - warning ("Can't store a floating-point number of %d bytes.", len); + warning ("Can't extract a floating-point number of %d bytes.", len); return NAN; } -- cgit v1.1