Sophie

Sophie

distrib > Mageia > 9 > x86_64 > by-pkgid > 4e3be6e87ef399dbf38893c5a035d488 > files > 6

steghide-0.5.1-25.mga9.src.rpm

--- src/MHashPP.cc	2003-10-05 12:17:50.000000000 +0200
+++ src/MHashPP.cc.oden	2006-01-26 14:22:10.000000000 +0100
@@ -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>") ;