From 7e747f8cd9634260c3bbcce628a481d72e5cab3c Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Wed, 12 Nov 2003 03:35:26 +0000 Subject: "" svn path=/trunk/; revision=1179 --- externals/grill/flext/source/flattr_ed.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'externals/grill/flext/source/flattr_ed.cpp') diff --git a/externals/grill/flext/source/flattr_ed.cpp b/externals/grill/flext/source/flattr_ed.cpp index 26e4a2bf..fb6183ed 100644 --- a/externals/grill/flext/source/flattr_ed.cpp +++ b/externals/grill/flext/source/flattr_ed.cpp @@ -465,17 +465,17 @@ void flext_base::cb_GfxSave(t_gobj *c, t_binbuf *b) int argc = binbuf_getnatom(t->te_binbuf); t_atom *argv = binbuf_getvec(t->te_binbuf); - int cnt = CheckAttrib(argc,argv); + int i,cnt = CheckAttrib(argc,argv); // process the creation arguments - for(int i = 1; i < cnt; ++i) BinbufAdd(b,argv[i]); + for(i = 1; i < cnt; ++i) BinbufAdd(b,argv[i]); // process the attributes AtomList la; th->ListAttrib(la); cnt = la.Count(); - for(int i = 0; i < cnt; ++i) { + for(i = 0; i < cnt; ++i) { const t_symbol *sym = GetSymbol(la[i]); AtomList lv; const AtomList *lref = NULL; -- cgit v1.2.1