[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemacs-commit] qemacs/libqhtml css.c
From: |
Charlie Gordon |
Subject: |
[Qemacs-commit] qemacs/libqhtml css.c |
Date: |
Wed, 23 Apr 2008 15:31:44 +0000 |
CVSROOT: /cvsroot/qemacs
Module name: qemacs
Changes by: Charlie Gordon <chqrlie> 08/04/23 15:31:44
Modified files:
libqhtml : css.c
Log message:
remark about portability issue
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemacs/libqhtml/css.c?cvsroot=qemacs&r1=1.21&r2=1.22
Patches:
Index: css.c
===================================================================
RCS file: /cvsroot/qemacs/qemacs/libqhtml/css.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -b -r1.21 -r1.22
--- css.c 20 Apr 2008 11:54:36 -0000 1.21
+++ css.c 23 Apr 2008 15:31:44 -0000 1.22
@@ -216,6 +216,7 @@
int ch, ch1;
char name[16], *q;
+ /* CG: Achtung! 32/64 bit portability issue */
ch = eb_nextc(b, *offset_ptr, (int *)offset_ptr);
if (ch == '&') {
/* read entity */
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Qemacs-commit] qemacs/libqhtml css.c,
Charlie Gordon <=