projects
/
TestXSLT.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
fixed some warnings
[TestXSLT.git]
/
XMLTextView.m
diff --git
a/XMLTextView.m
b/XMLTextView.m
index
462ccf9
..
fb78013
100644
(file)
--- a/
XMLTextView.m
+++ b/
XMLTextView.m
@@
-239,7
+239,7
@@
-(NSString *)calculateTagStackAtLocation:(int)location {
- char *buffer;
+ const char *buffer;
int i;
NSRange selectedRange;
NSMutableString *mystack;