diff options
author | Michael Snyder <msnyder@vmware.com> | 2003-02-27 18:08:25 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@vmware.com> | 2003-02-27 18:08:25 +0000 |
commit | d05bb1fc0260759c2685cc65e790cc06a6529222 (patch) | |
tree | 1d3c835ca3004f99a2b6dabd02cc9ae3f1fc3fcb /gdb/doublest.c | |
parent | f3824013e0e5ea9b81760142c36779eadf7722d3 (diff) | |
download | gdb-d05bb1fc0260759c2685cc65e790cc06a6529222.zip gdb-d05bb1fc0260759c2685cc65e790cc06a6529222.tar.gz gdb-d05bb1fc0260759c2685cc65e790cc06a6529222.tar.bz2 |
2003-02-27 Michael Snyder <msnyder@redhat.com>
* doublest.c (extract_floating): Fix warning text.
Diffstat (limited to 'gdb/doublest.c')
-rw-r--r-- | gdb/doublest.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |