OSDN Git Service

Merge branch 'master' into branch_0.13.0
[modchxj/mod_chxj.git] / src / chxj_load_emoji_data.c
index 85b70dd..d44fa37 100644 (file)
@@ -1,6 +1,6 @@
 /*
+ * Copyright (C) 2005-2009 Atsushi Konno All rights reserved.
  * Copyright (C) 2005 QSDN,Inc. All rights reserved.
- * Copyright (C) 2005 Atsushi Konno All rights reserved.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -450,7 +450,7 @@ s_load_emoji_jphone_tag(
         char* cvalue = qs_get_node_value(doc, stringnode);
 
         if ((*cname == 't' || *cname == 'T') && strcasecmp(cname, "text") == 0) {
-          int   ii;
+          unsigned int   ii;
           int   jj;
           char* tmp;