[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemacs-commit] qemacs util.c
From: |
Charlie Gordon |
Subject: |
[Qemacs-commit] qemacs util.c |
Date: |
Sun, 20 Apr 2008 11:51:58 +0000 |
CVSROOT: /cvsroot/qemacs
Module name: qemacs
Changes by: Charlie Gordon <chqrlie> 08/04/20 11:51:58
Modified files:
. : util.c
Log message:
remark
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemacs/util.c?cvsroot=qemacs&r1=1.48&r2=1.49
Patches:
Index: util.c
===================================================================
RCS file: /cvsroot/qemacs/qemacs/util.c,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -b -r1.48 -r1.49
--- util.c 15 Apr 2008 23:24:04 -0000 1.48
+++ util.c 20 Apr 2008 11:51:58 -0000 1.49
@@ -485,6 +485,8 @@
return (flags == 1) ? -1 : 1;
}
+/* CG: need a local version of strcasecmp: qe_strcasecmp() */
+
/* Should return int, length of converted string? */
void qe_strtolower(char *buf, int size, const char *str)
{