mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

12 lines
453 B

diff -ru xcdroast-0.98alpha14-/src/io.c xcdroast-0.98alpha14/src/io.c
--- xcdroast-0.98alpha14-/src/io.c 2003-06-15 22:44:04.000000000 +0200
+++ xcdroast-0.98alpha14/src/io.c 2003-06-15 22:46:10.000000000 +0200
@@ -6614,7 +6614,7 @@
read_output_ctrl = 4;
}
/* check Medium error/buffer underrun */
- if (strncmp(tmp2,"Input/output error",18)) {
+ if (strncmp(tmp2,"Input/output error",18) == 0) {
read_output_ctrl = 5;
}
}