Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37884055
en ru br
ALT Linux repositórios
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 :: Sistema/X11
RPM: gmrun

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e 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;
 
 
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