Ep is watched if wdate != 0

This commit is contained in:
x3 2022-01-14 11:29:14 +01:00
parent c075609073
commit fa131dbef5
Signed by: x3
GPG Key ID: 7E9961E8AD0E240E
1 changed files with 0 additions and 1 deletions

View File

@ -24,7 +24,6 @@ struct cache_entry {
/* free() if requested */
char *fname;
uint8_t ed2k[ED2K_HASH_SIZE];
bool watched;
uint16_t state;
};