From c32cb6fdad9aa1ad3f98edb290e5914536ff7577 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Mon, 10 Jan 2011 21:45:25 -0500 Subject: [PATCH] Use NSUInteger in BSSourceViewTextView.m --- Source/BSSourceViewTextView.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/BSSourceViewTextView.m b/Source/BSSourceViewTextView.m index 99cead5..4a36c6a 100644 --- a/Source/BSSourceViewTextView.m +++ b/Source/BSSourceViewTextView.m @@ -28,7 +28,7 @@ { [super drawRect:rect]; - unsigned i = 0, line = 1; + NSUInteger i = 0, line = 1; while (i < [[self layoutManager] numberOfGlyphs]) { NSRange fragRange; -- 2.22.5