projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fff5cc6
)
2010-04-08 Phil Muldoon <pmuldoon@redhat.com>
author
Phil Muldoon
<pmuldoon@redhat.com>
Thu, 8 Apr 2010 10:47:56 +0000
(10:47 +0000)
committer
Phil Muldoon
<pmuldoon@redhat.com>
Thu, 8 Apr 2010 10:47:56 +0000
(10:47 +0000)
* python/py-lazy-string.c (stpy_convert_to_value): Add i8n to error string.
gdb/python/py-lazy-string.c
patch
|
blob
|
history
diff --git
a/gdb/python/py-lazy-string.c
b/gdb/python/py-lazy-string.c
index a2faa0eb917a7e221da6860ed75c0e454c2d1711..ebe0a99a3b02c15873368edeafc9c1976a7c5f52 100644
(file)
--- a/
gdb/python/py-lazy-string.c
+++ b/
gdb/python/py-lazy-string.c
@@
-97,7
+97,7
@@
stpy_convert_to_value (PyObject *self, PyObject *args)
if (self_string->address == 0)
{
PyErr_SetString (PyExc_MemoryError,
-
"Cannot create a value from NULL"
);
+
_("Cannot create a value from NULL")
);
return NULL;
}