Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37568297
en ru br
ALT Linux repositórios
S:3.0.6-alt1
5.0: 3.0.1-alt3
4.1: 3.0.0-alt1
4.0: 2.4.8-alt1
3.0: 2.4.5-alt1

Group :: Sistema/Internacionalização
RPM: stardict

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: stardict-3.0.5-alt-tabfile.patch
Download


--- stardict/tools/src/tabfile.cpp
+++ stardict/tools/src/tabfile.cpp
@@ -24,11 +24,13 @@ int main(int argc,char * argv [])
 {
 	if (argc<2) {
 		printf("please type this:\n./tabfile Chinese-idiom-quick.pdb.tab.utf8\n");
-		return FALSE;
+		return 1;
 	}
 
 	setlocale(LC_ALL, "");
+	int res = 0;
 	for (int i=1; i< argc; i++)
-		convert_tabfile (argv[i]);
-	return FALSE;
+		if (!convert_tabfile (argv[i]))
+			res = 1;
+	return res;
 }
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009