SHA256
1
0
forked from pool/libgphoto2

- bump maximum file limit to 4096, as 2.5 is not ready yet bnc#439065

OBS-URL: https://build.opensuse.org/package/show/graphics/libgphoto2?expand=0&rev=36
This commit is contained in:
2010-06-21 14:44:55 +00:00
committed by Git OBS Bridge
parent 026e64eced
commit 5fa45cd82b
3 changed files with 17 additions and 1 deletions

View File

@@ -0,0 +1,13 @@
Index: libgphoto2-2.4.9/libgphoto2/gphoto2-list.c
===================================================================
--- libgphoto2-2.4.9.orig/libgphoto2/gphoto2-list.c
+++ libgphoto2-2.4.9/libgphoto2/gphoto2-list.c
@@ -72,7 +72,7 @@
#ifdef CAMERALIST_STRUCT_COMPATIBILITY
-#define MAX_ENTRIES 1024
+#define MAX_ENTRIES 4096
#define MAX_LIST_STRING_LENGTH 128
struct _CameraList {
int count;