forked from Imagelibrary/binutils-gdb
* python/py-frame.c (frapy_block): Fix error message text.
This commit is contained in:
@@ -260,7 +260,7 @@ frapy_block (PyObject *self, PyObject *args)
|
||||
if (block == NULL || fn_block == NULL || BLOCK_FUNCTION (fn_block) == NULL)
|
||||
{
|
||||
PyErr_SetString (PyExc_RuntimeError,
|
||||
_("Cannot locate object file for block."));
|
||||
_("Cannot locate block for frame."));
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user