PR remote/17946: Fix wrong comparison of pointer against char
authorSergio Durigan Junior <sergiodj@redhat.com>
Mon, 9 Feb 2015 23:58:12 +0000 (18:58 -0500)
committerSergio Durigan Junior <sergiodj@redhat.com>
Tue, 10 Feb 2015 00:00:55 +0000 (19:00 -0500)
commit0b24eb2de5a6dbefe48fd57fcf5d0e7fb24895d4
tree54a4430a7f57390181ba75dee52846076cd1e2d6
parent134cdf8ed364a702e89f9d4525a361068d502893
PR remote/17946: Fix wrong comparison of pointer against char

We were comparing a pointer against a char on remote.c.  'dcb' filed a
bug to inform us about that.  I pushed the following patch under the
obvious rule.

gdb/ChangeLog:
2015-02-09  Sergio Durigan Junior  <sergiodj@redhat.com>

PR remote/17946
* gdb/remote.c (remote_parse_stop_reply): Fix wrong comparison
of pointer against char.
gdb/ChangeLog
gdb/remote.c