From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24681 invoked by alias); 9 May 2013 11:29:20 -0000 Mailing-List: contact archer-commits-help@sourceware.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Subscribe: Received: (qmail 24661 invoked by uid 9514); 9 May 2013 11:29:20 -0000 Date: Thu, 09 May 2013 11:29:00 -0000 Message-ID: <20130509112919.24633.qmail@sourceware.org> From: pmuldoon@sourceware.org To: archer-commits@sourceware.org Subject: [SCM] pmuldoon/python-backtrace: Fix missing space. X-Git-Refname: refs/heads/pmuldoon/python-backtrace X-Git-Reftype: branch X-Git-Oldrev: 14e8a80e94883fefbc2c6a16eb32008f0d371c77 X-Git-Newrev: 82dbca8964f09e43626139953b8894b49a09fd53 X-SW-Source: 2013-q2/txt/msg00061.txt.bz2 List-Id: The branch, pmuldoon/python-backtrace has been updated via 82dbca8964f09e43626139953b8894b49a09fd53 (commit) from 14e8a80e94883fefbc2c6a16eb32008f0d371c77 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email. - Log ----------------------------------------------------------------- commit 82dbca8964f09e43626139953b8894b49a09fd53 Author: Phil Muldoon Date: Thu May 9 12:28:56 2013 +0100 Fix missing space. ----------------------------------------------------------------------- Summary of changes: gdb/mi/mi-cmd-stack.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) First 500 lines of diff: diff --git a/gdb/mi/mi-cmd-stack.c b/gdb/mi/mi-cmd-stack.c index 170c1a8..1cd9a47 100644 --- a/gdb/mi/mi-cmd-stack.c +++ b/gdb/mi/mi-cmd-stack.c @@ -110,7 +110,7 @@ mi_cmd_stack_list_frames (char *command, char **argv, int argc) /* After the last option is parsed, there should either be low - high range, or no further arguments. */ - if ((argc - oind != 0) && (argc - oind !=2)) + if ((argc - oind != 0) && (argc - oind != 2)) error (_("-stack-list-frames: Usage: [--no-frame-filters] [FRAME_LOW FRAME_HIGH]")); /* If there is a range, set it. */ hooks/post-receive -- Repository for Project Archer.