diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2012-02-22 11:26:39 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2012-02-22 11:26:39 +0000 |
commit | 04f532cbafb61361711acb8d3f327eabf2068c44 (patch) | |
tree | 9b9e725115bd948d508fb8d04547e0bb1e762d5b /src/mtx_spherical_radial.c | |
parent | 745d3854c794984825a4bfe7645f52e901b56c1c (diff) |
fixes to make it compile on MSVC
svn path=/trunk/externals/iem/iemmatrix/; revision=16023
Diffstat (limited to 'src/mtx_spherical_radial.c')
-rw-r--r-- | src/mtx_spherical_radial.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mtx_spherical_radial.c b/src/mtx_spherical_radial.c index 9f3fd6d..e47adc0 100644 --- a/src/mtx_spherical_radial.c +++ b/src/mtx_spherical_radial.c @@ -118,7 +118,7 @@ static void mTXSphMatrix (MTXSph *x, t_symbol *s, int columns = atom_getint (argv++); int size = rows * columns; int in_size = argc-2; - int n,ofs; + unsigned int n,ofs; /* size check */ |