Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Dec 2008 13:13:56 GMT
From:      Ed Schouten <ed@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 155367 for review
Message-ID:  <200812281313.mBSDDuFp061713@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=155367

Change 155367 by ed@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 */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200812281313.mBSDDuFp061713>