Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37841299
en ru br
ALT Linux repos
S:0.5.1-alt6
5.0: 0.5.1-alt4
4.1: 0.5.1-alt3
4.0: 0.5.1-alt2
3.0: 0.5.1-alt1

Group :: File tools
RPM: steghide

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: steghide-0.5.1-mhash.patch
Download


--- steghide-0.5.1/src/MHashPP.cc.morg	2007-04-16 21:40:21.000000000 +0200
+++ steghide-0.5.1/src/MHashPP.cc	2007-04-16 21:40:50.000000000 +0200
@@ -120,7 +120,7 @@
 
 std::string MHashPP::getAlgorithmName (hashid id)
 {
-	char *name = mhash_get_hash_name (id) ;
+        char *name = (char *)mhash_get_hash_name (id) ;
 	std::string retval ;
 	if (name == NULL) {
 		retval = std::string ("<algorithm not found>") ;
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin