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