PERFORCE change 155367 for review
Ed Schouten
ed at FreeBSD.org
Sun Dec 28 05:13:56 PST 2008
http://perforce.freebsd.org/chv.cgi?CH=155367
Change 155367 by ed at ed_dull on 2008/12/28 13:12:58
Fix a compiler warning in the UTF-8 code.
Affected files ...
.. //depot/projects/mpsafetty/sys/dev/syscons/teken/teken_wcwidth.h#4 edit
Differences ...
==== //depot/projects/mpsafetty/sys/dev/syscons/teken/teken_wcwidth.h#4 (text+ko) ====
@@ -11,8 +11,8 @@
*/
struct interval {
- int first;
- int last;
+ teken_char_t first;
+ teken_char_t last;
};
/* auxiliary function for binary search in interval table */
More information about the p4-projects
mailing list