Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37750944
en ru br
ALT Linux repos
S:3.2.6-alt1
4.1: 3.2.0-alt9.1
4.0: 3.2.0-alt9.1
3.0: 3.2.0-alt9.1

Group :: Sound
RPM: mp3blaster

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: mp3blaster-3.2.0-alt-id3cyr.patch
Download


--- mp3blaster-3.2.0/src/id3parse.cc.orig	2004-01-28 13:57:58 +0200
+++ mp3blaster-3.2.0/src/id3parse.cc	2004-01-28 14:00:20 +0200
@@ -13,7 +13,9 @@
 
 	for (i = 0; i < cnt; i++)
 	{
-		if (s[i] < (char)32)
+    /* Nick S. Grechukh <ngrechukh@ua.fm>: patch for internationalization at id3 */
+    /* was: if (s[i] < (char)32) */
+		if ((s[i] < (char)32) && (s[i] > (char)-1))
 			s[i] = '.';
 	}
 }
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin