Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(370)

Unified Diff: src/libbio/bputrune.c

Issue 116075: convert to 4-byte UTF-8 and 32-bit Rune
Patch Set: Created 15 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/libbio/bgetrune.c ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/libbio/bputrune.c
===================================================================
--- a/src/libbio/bputrune.c
+++ b/src/libbio/bputrune.c
@@ -6,7 +6,7 @@
Bputrune(Biobuf *bp, long c)
{
Rune rune;
- char str[4];
+ char str[UTFmax];
int n;
rune = c;
« no previous file with comments | « src/libbio/bgetrune.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b