You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by be...@apache.org on 2000/12/31 18:45:29 UTC

cvs commit: apr/i18n/unix utf8_ucs2.c

ben         00/12/31 09:45:29

  Modified:    i18n/unix utf8_ucs2.c
  Log:
  Fix changed include paths.
  
  Revision  Changes    Path
  1.3       +1 -1      apr/i18n/unix/utf8_ucs2.c
  
  Index: utf8_ucs2.c
  ===================================================================
  RCS file: /home/cvs/apr/i18n/unix/utf8_ucs2.c,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- utf8_ucs2.c	2000/11/09 06:19:12	1.2
  +++ utf8_ucs2.c	2000/12/31 17:45:28	1.3
  @@ -52,7 +52,7 @@
    * <http://www.apache.org/>.
    */
   
  -#include "unix/i18n.h"
  +#include "i18n.h"
   
   /* Implement the design principal specified by RFC 2718 2.2.5 
    * Guidelines for new URL Schemes - within the APR.