[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: CVS update: subversion/subversion/tests-common svn_test_editor.c

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2000-10-17 20:36:39 CEST

> - window->ops[i].length, str->data);
> + (long int) window->ops[i].length, str->data);

If I'm not mistaken about C, "long int" doesn't actually make any more
conceptual sense than "char int". (Although compilers will accept one
and not the other.) I think you just want "long" here.
Received on Sat Oct 21 14:36:11 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.