Author: dirdival Date: Thu Dec 31 13:52:10 2009 GMT
Module: packages Tag: HEAD
---- Log message:
- fixed function my_alphasort
---- Files affected:
packages/gmrun:
gmrun-gtkcompeltionline.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: packages/gmrun/gmrun-gtkcompeltionline.patch
diff -u /dev/null packages/gmrun/gmrun-gtkcompeltionline.patch:1.1
--- /dev/null Thu Dec 31 14:52:10 2009
+++ packages/gmrun/gmrun-gtkcompeltionline.patch Thu Dec 31 14:52:05 2009
@@ -0,0 +1,11 @@
+--- gmrun-0.9.2/src/gtkcompletionline.cc.org 2009-12-31 14:34:35.000000000
+0100
++++ gmrun-0.9.2/src/gtkcompletionline.cc 2009-12-31 14:35:46.000000000
+0100
+@@ -376,7 +376,7 @@
+ return 0;
+ }
+
+-int my_alphasort(const void* va, const void* vb) {
++int my_alphasort(const dirent** va, const dirent** vb) {
+ const struct dirent** a = (const struct dirent**)va;
+ const struct dirent** b = (const struct dirent**)vb;
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit