mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 17:18:55 +00:00
2003-06-30 Andrew Cagney <cagney@redhat.com>
* remote.c (remote_async_wait): Fix -Wformat problem.
This commit is contained in:
@@ -3287,7 +3287,8 @@ remote_async_wait (ptid_t ptid, struct target_waitstatus *status)
|
||||
}
|
||||
|
||||
if (*p++ != ';')
|
||||
error ("Remote register badly formatted: %s\nhere:", buf, p);
|
||||
error ("Remote register badly formatted: %s\nhere: %s",
|
||||
buf, p);
|
||||
}
|
||||
}
|
||||
/* fall through */
|
||||
|
||||
Reference in New Issue
Block a user