[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 13/19] Really apply Jim's earlier patch.
From: |
James Youngman |
Subject: |
[PATCH 13/19] Really apply Jim's earlier patch. |
Date: |
Fri, 10 Apr 2009 23:53:10 +0100 |
From: Jim Meyering <address@hidden>
* find/pred.c (scan_for_digit_differences):
Remove declaration of unused local, "ok".
Signed-off-by: James Youngman <address@hidden>
---
find/pred.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/find/pred.c b/find/pred.c
index b4e0404..d7253e4 100644
--- a/find/pred.c
+++ b/find/pred.c
@@ -1,6 +1,6 @@
/* pred.c -- execute the expression tree.
Copyright (C) 1990, 1991, 1992, 1993, 1994, 2000, 2003,
- 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+ 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -2023,7 +2023,6 @@ static boolean
scan_for_digit_differences(const char *p, const char *q,
size_t *first, size_t *n)
{
- bool ok = true;
bool seen = false;
size_t i;
--
1.5.6.5
- [PATCH 03/19] Fix bugs in bugfix for #22662, (continued)
- [PATCH 03/19] Fix bugs in bugfix for #22662, James Youngman, 2009/04/10
- [PATCH 04/19] Fixed Savannah bug #23663, crash in some locales for find -printf '%AX', James Youngman, 2009/04/10
- [PATCH 05/19] Fix bug #23996 (integer overflow when parsing "-used 3")., James Youngman, 2009/04/10
- [PATCH 06/19] Moved bugfixes in the NEWS file out of "Documentation Enhancements" into "Bug Fixes"., James Youngman, 2009/04/10
- [PATCH 07/19] Fix Savannah bug #24283, find-4.5.2 -printf %TY causes NULL pointer dereference, James Youngman, 2009/04/10
- [PATCH 08/19] Typo fix from Jim Meyering <address@hidden>, James Youngman, 2009/04/10
- [PATCH 09/19] fix a typo in a comment, James Youngman, 2009/04/10
- [PATCH 10/19] find: avoid using undefined statbuf, James Youngman, 2009/04/10
- [PATCH 11/19] find: Fix -regexptype parse specification bug: declare as POSOPT., James Youngman, 2009/04/10
- [PATCH 12/19] find: avoid warning about unused local, remove unnecessary include., James Youngman, 2009/04/10
- [PATCH 13/19] Really apply Jim's earlier patch.,
James Youngman <=
- [PATCH 14/19] Fix Savannah bug #25764, duplicate entry for proc in PRUNEFS., James Youngman, 2009/04/10
- [PATCH 15/19] Provide more detailed help on how to work with the git sources., James Youngman, 2009/04/10
- [PATCH 16/19] Ignore 'compile', James Youngman, 2009/04/10
- [PATCH 17/19] Change suffix for non-release versions from -CVS to -git., James Youngman, 2009/04/10
- [PATCH 18/19] clean tool-versions.txt for 'make distclean', James Youngman, 2009/04/10
- [PATCH 19/19] Remove unused Debian files; the Debian package doesn't use them., James Youngman, 2009/04/10