forked from pool/mtools
Petr Gajdos
e42a16d143
* mtools-4.0.18-fat-bits.diff -> mtools-fat-bits.diff * mtools-4.0.18-conf.diff -> mtools-conf.diff * mtools-4.0.18-aliasing.diff -> mtools-aliasing.diff * mtools-4.0.18-prototypes.diff -> mtools-prototypes.diff * mtools-4.0.18-autoconf.diff -> mtools-autoconf.diff OBS-URL: https://build.opensuse.org/package/show/Base:System/mtools?expand=0&rev=49
14 lines
433 B
Diff
14 lines
433 B
Diff
Index: file.c
|
|
===================================================================
|
|
--- file.c.orig
|
|
+++ file.c
|
|
@@ -591,7 +591,7 @@ static Stream_t *_internalFileOpen(Strea
|
|
Pattern.loopDetectRel = 0;
|
|
Pattern.loopDetectAbs = first;
|
|
if(!hash_lookup(filehash, (T_HashTableEl) &Pattern,
|
|
- (T_HashTableEl **)&File, 0)){
|
|
+ (T_HashTableEl **)(void *)&File, 0)){
|
|
File->refs++;
|
|
This->refs--;
|
|
return (Stream_t *) File;
|