mirror of
https://github.com/gryf/gentoo-patches.git
synced 2025-12-17 05:30:18 +01:00
Added fix for incompatible type in pilot-link
This commit is contained in:
14
app-pda/pilot-link/pilot-link-0.12.5-incompatible-type.patch
Normal file
14
app-pda/pilot-link/pilot-link-0.12.5-incompatible-type.patch
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
diff '--color=auto' -ur pilot-link-0.12.5_orig/src/pilot-read-todos.c pilot-link-0.12.5/src/pilot-read-todos.c
|
||||||
|
--- pilot-link-0.12.5_orig/src/pilot-read-todos.c 2009-06-04 15:32:32.000000000 +0200
|
||||||
|
+++ pilot-link-0.12.5/src/pilot-read-todos.c 2025-02-18 15:04:20.120418647 +0100
|
||||||
|
@@ -202,8 +202,8 @@
|
||||||
|
|
||||||
|
for (i = 0;; i++) {
|
||||||
|
int attr,
|
||||||
|
- category,
|
||||||
|
- len;
|
||||||
|
+ category;
|
||||||
|
+ long unsigned int len;
|
||||||
|
|
||||||
|
struct ToDo todo;
|
||||||
|
|
||||||
Reference in New Issue
Block a user