projects
/
idzebra-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52824e3
)
Fix grs.sgml to use off_t rather than int for file offsets
author
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 16 Nov 2005 04:33:22 +0000
(
04:33
+0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 16 Nov 2005 04:33:22 +0000
(
04:33
+0000)
recctrl/sgmlread.c
patch
|
blob
|
history
diff --git
a/recctrl/sgmlread.c
b/recctrl/sgmlread.c
index
96a5450
..
110be78
100644
(file)
--- a/
recctrl/sgmlread.c
+++ b/
recctrl/sgmlread.c
@@
-1,4
+1,4
@@
-/* $Id: sgmlread.c,v 1.17 2005-03-31 12:42:07 adam Exp $
+/* $Id: sgmlread.c,v 1.18 2005-11-16 04:33:22 adam Exp $
Copyright (C) 1995-2005
Index Data ApS
@@
-31,7
+31,7
@@
struct sgml_getc_info {
int buf_size;
int size;
int off;
- int moffset;
+ off_t moffset;
void *fh;
int (*readf)(void *, char *, size_t);
WRBUF wrbuf;