Commit Diff


commit - ef3501c14ba82ac6ef0f65e637481b4f43fde937
commit + 5f42a6c6cec1b37dd9f653a36d005b5dc1c58be0
blob - d7578b3004797929eaa1b28898da85dbcb02ff25
blob + dc45a549635ff45df2e455d14373e17641870c72
--- player_123.c
+++ player_123.c
@@ -85,8 +85,9 @@ play_mp3(int fd)
 			}
 			break;
 		default:
-			log_warnx("error %d decoding mp3", err);
-			goto done;
+			log_warnx("error decoding mp3, "
+			    "continuing nevertheless");
+			break;
 		}
 	}