libdrawtext

diff src/utf8.c @ 97:8c4313571279

- added libdrawtext-noft project to the visual studio solution - added examples/nofreetype project to the visual studio solution
author John Tsiombikas <nuclear@member.fsf.org>
date Thu, 11 Sep 2014 18:19:57 +0300
parents 095ff7ca4e74
children
line diff
     1.1 --- a/src/utf8.c	Thu Aug 07 07:02:41 2014 +0300
     1.2 +++ b/src/utf8.c	Thu Sep 11 18:19:57 2014 +0300
     1.3 @@ -117,7 +117,7 @@
     1.4  	}
     1.5  
     1.6  	if(!nbytes && buf) {
     1.7 -		for(i=0; i<nbytes; i++) {
     1.8 +		for(i=0; i<(int)nbytes; i++) {
     1.9  			int idx = nbytes - i - 1;
    1.10  			int mask, shift, prefix;
    1.11