Ticket #19829: paranoia_paranoia.c.diff
File paranoia_paranoia.c.diff, 509 bytes (added by neric27@…, 15 years ago) |
---|
-
cdparanoia-III-10.2/paranoia/paranoia.c
old new 127 127 FLAGS_EDGE =0x1, /**< first/last N words of frame */ 128 128 FLAGS_UNREAD =0x2, /**< unread, hence missing and unmatchable */ 129 129 FLAGS_VERIFIED=0x4 /**< block read and verified */ 130 } paranoia_read_flags ;130 } paranoia_read_flags=FLAGS_UNREAD; 131 131 132 132 /**** matching and analysis code *****************************************/ 133 133