From 0016aef97122936cb847026f5a70e03dd0542ab9 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 13 Aug 2004 08:58:59 +0000 Subject: [PATCH] Move declaration to start of block --- src/odr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/odr.c b/src/odr.c index 54ff613..88d7c4e 100644 --- a/src/odr.c +++ b/src/odr.c @@ -2,7 +2,7 @@ * Copyright (c) 1995-2004, Index Data * See the file LICENSE for details. * - * $Id: odr.c,v 1.3 2004-08-13 07:30:06 adam Exp $ + * $Id: odr.c,v 1.4 2004-08-13 08:58:59 adam Exp $ * */ #if HAVE_CONFIG_H @@ -110,12 +110,12 @@ void odr_FILE_write(ODR o, void *handle, int type, #endif for (i = 0; i 3100) { fputs(" ..... ", (FILE*) handle); i = len - 1000; } - unsigned c = ((const unsigned char *) buf)[i]; if (strchr("\r\n\f\t", c) || c >= ' ' && c <= 126) putc(c, (FILE*) handle); else -- 1.7.10.4