diff options
Diffstat (limited to 'gdb/solib-osf.c')
-rw-r--r-- | gdb/solib-osf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/solib-osf.c b/gdb/solib-osf.c index a4c1406..c7d1267 100644 --- a/gdb/solib-osf.c +++ b/gdb/solib-osf.c @@ -220,7 +220,7 @@ fetch_sec_names (struct lm_info *lmi) target_read_string (lms->nameaddr, &name, PATH_MAX, &errcode); if (errcode != 0) { - warning ("unable to read shared sec name at 0x%lx", lms->nameaddr); + warning (_("unable to read shared sec name at 0x%lx"), lms->nameaddr); name = xstrdup (""); } lms->name = name; |