From 3c6ccb920e0adb04a50e719851870c69ad0ff99d Mon Sep 17 00:00:00 2001 From: jmcmullan Date: Tue, 27 Jan 2015 03:03:40 +0000 Subject: [PATCH] C:List: Compiler delint Signed-off-by: Jason S. McMullan git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@49955 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- workbench/c/List.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/workbench/c/List.c b/workbench/c/List.c index 91a73b0b02..a9159450eb 100644 --- a/workbench/c/List.c +++ b/workbench/c/List.c @@ -392,7 +392,7 @@ int printLformat(STRPTR format, struct lfstruct *lf) } else { - UBYTE *buf[ 256]; // Should be UQUADSTRSIZE +1, but this will suffice. + UBYTE buf[ 256]; // Should be UQUADSTRSIZE +1, but this will suffice. UBYTE *quadstr= UQUAD2string( size, buf, 256); strcpy( fbuf +fbufindex, "s"); // Should we implement a '%q' type? @@ -690,7 +690,6 @@ int printFileData(struct AnchorPath *ap, if(keys) { char key[16]; - int i; /* Loop variable */ __sprintf(key, "%lu", (unsigned long)diskKey); -- 2.11.4.GIT