[packages/pilot-link] add type fix for 64-bit archs
atler
atler at pld-linux.org
Mon Aug 4 14:08:06 CEST 2025
commit c7e630755624701af1346c546d66daa1cbff983a
Author: Jan Palus <atler at pld-linux.org>
Date: Mon Aug 4 14:07:41 2025 +0200
add type fix for 64-bit archs
types.patch | 13 +++++++++++++
1 file changed, 13 insertions(+)
---
diff --git a/types.patch b/types.patch
index bb42ef8..8c6ef7f 100644
--- a/types.patch
+++ b/types.patch
@@ -22,3 +22,16 @@
}
OUTPUT:
RETVAL
+--- pilot-link-0.12.5/src/pilot-read-todos.c.orig 2009-06-04 15:32:32.000000000 +0200
++++ pilot-link-0.12.5/src/pilot-read-todos.c 2025-08-04 14:04:41.531121517 +0200
+@@ -202,8 +202,8 @@
+
+ for (i = 0;; i++) {
+ int attr,
+- category,
+- len;
++ category;
++ size_t len;
+
+ struct ToDo todo;
+
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/pilot-link.git/commitdiff/c7e630755624701af1346c546d66daa1cbff983a
More information about the pld-cvs-commit
mailing list