File: Fix-incompatible-pointer-type.patch

package info (click to toggle)
gphotofs 1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 432 kB
  • sloc: ansic: 814; sh: 32; makefile: 20
file content (15 lines) | stat: -rw-r--r-- 318 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
From: Bastian Germann <bage@debian.org>
Date: Mon, 5 Jan 2026 00:23:29 +0100
Subject: Fix incompatible-pointer-type
---
--- a/gphotofs.c
+++ b/gphotofs.c
@@ -904,7 +904,7 @@ gphotofs_connect()
 }
 
 static void *
-gphotofs_init()
+gphotofs_init(struct fuse_conn_info *conn, struct fuse_config *cfg)
 {
    GPCtx *p;