[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#554587: Patch to fix 554587



tags 554587 + patch
kthxbye

This package also FTBFS on amd64.  Attached is a minimal patch to cause
it to compile again.  I have not tested that the program still functions
in any meaningful way, but the change is straightforward and doesn't
seem to affect any other files.

-- 
brian m. carlson / brian with sandals: Houston, Texas, US
+1 713 440 7475 | http://crustytoothpaste.ath.cx/~bmc | My opinion only
OpenPGP: RSA v4 4096b 88AC E9B2 9196 305B A994 7552 F1BA 225C 0223 B187
diff -ur gmrun.old/src/gtkcompletionline.cc gmrun-0.9.1/src/gtkcompletionline.cc
--- gmrun.old/src/gtkcompletionline.cc	2009-11-06 23:07:45.000000000 +0000
+++ gmrun-0.9.1/src/gtkcompletionline.cc	2009-11-06 23:12:36.000000000 +0000
@@ -374,10 +374,7 @@
   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;
 

Attachment: signature.asc
Description: Digital signature


Reply to: