malint: repository: changeset da1c30c6e361

Navigation

Views: changelog, tags, manifest, raw zip, gz, bz2,

change error message, requested by dillo.

changeset 127: da1c30c6e361
parent 126:be8d532a17b3
child 128:13e4c1765bd3
author: Thomas Klausner <tk@giga.or.at>
date: Mon Aug 13 15:14:06 2007 +0200 (3 years ago)
files: id3.c
description: change error message, requested by dillo.
--- a/id3.c	Mon Aug 13 15:01:39 2007 +0200
+++ b/id3.c	Mon Aug 13 15:14:06 2007 +0200
@@ -362,7 +362,7 @@ unsynchronise(const unsigned char *data,
 	    continue;
 
 	if (i == len-2) {
-	    printf("    invalid unsynchronisation at end of data\n");
+	    printf("    incomplete unsynchronisation at end of data\n");
 	    continue;
 	}
 	if ((data[i+2] != 0x00) && ((data[i+2]&0xe0) != 0xe0))

Powered by Mercurial.