Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37620307
en ru br
ALT Linux repos
S:1.4w-alt1
5.0: 0.9.2-alt2
4.1: 0.9.2-alt1
4.0: 0.9.2-alt1
3.0:
+backports:0.9.2-alt0.C30.1

Group :: System/X11
RPM: gmrun

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: gmrun-0.9.2-alt-fix-gcc-4.4-build.patch
Download


diff --git gmrun/src/gtkcompletionline.cc gmrun/src/gtkcompletionline.cc
index 374deee..5431934 100644
--- gmrun/src/gtkcompletionline.cc
+++ gmrun/src/gtkcompletionline.cc
@@ -376,10 +376,7 @@ select_executables_only(const struct dirent* dent)
   return 0;
 }
 
-int my_alphasort(const void* va, const void* vb) {
-  const struct dirent** a = (const struct dirent**)va;
-  const struct dirent** b = (const struct dirent**)vb;
-
+int my_alphasort(const struct dirent** a, const struct dirent** b) {
   const char* s1 = (*a)->d_name;
   const char* s2 = (*b)->d_name;
 
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin