]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Typo fix.
authorDaniel Jacobowitz <drow@false.org>
Fri, 31 Mar 2006 21:54:54 +0000 (21:54 +0000)
committerDaniel Jacobowitz <drow@false.org>
Fri, 31 Mar 2006 21:54:54 +0000 (21:54 +0000)
gdb/remote.c

index 897901266a8a1ea58b33226eee4c946a5b8dcb8b..10f0a19f375f5a5db4ad0ed4ff62b5abd7c962e3 100644 (file)
@@ -2117,7 +2117,7 @@ remote_query_packet_info (void)
                  /* MERGE WARNING: This needs the infinite length
                     incoming packet support, which in turn needs us
                     to adjust rs->buf_size here.  */
-                 if (packet_size >= MAX_REMOTE_PACKET_SIZE)
+                 if (packet_size > MAX_REMOTE_PACKET_SIZE)
                    {
                      warning (_("limiting remote suggested packet size (%d bytes) to %d"),
                               packet_size, MAX_REMOTE_PACKET_SIZE);