2009-12-04 11:22:19 +00:00
|
|
|
Index: file.c
|
|
|
|
===================================================================
|
|
|
|
--- file.c.orig
|
2007-01-15 23:25:55 +00:00
|
|
|
+++ file.c
|
2009-12-04 11:22:19 +00:00
|
|
|
@@ -591,7 +591,7 @@ static Stream_t *_internalFileOpen(Strea
|
2007-01-15 23:25:55 +00:00
|
|
|
Pattern.loopDetectRel = 0;
|
|
|
|
Pattern.loopDetectAbs = first;
|
2009-01-14 00:50:04 +00:00
|
|
|
if(!hash_lookup(filehash, (T_HashTableEl) &Pattern,
|
2007-01-15 23:25:55 +00:00
|
|
|
- (T_HashTableEl **)&File, 0)){
|
|
|
|
+ (T_HashTableEl **)(void *)&File, 0)){
|
|
|
|
File->refs++;
|
|
|
|
This->refs--;
|
|
|
|
return (Stream_t *) File;
|