]> git.pld-linux.org Git - packages/libgphoto2.git/commitdiff
- apply also on HEAD, not just AC-branch
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 16 Jul 2008 15:04:21 +0000 (15:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libgphoto2-increase_max_entries.patch -> 1.3

libgphoto2-increase_max_entries.patch [new file with mode: 0644]

diff --git a/libgphoto2-increase_max_entries.patch b/libgphoto2-increase_max_entries.patch
new file mode 100644 (file)
index 0000000..09485f0
--- /dev/null
@@ -0,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 70_increase_max_entries.dpatch by  <fpeters@debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+@DPATCH@
+diff -urNad libgphoto2-2.4.0~/libgphoto2/gphoto2-list.c libgphoto2-2.4.0/libgphoto2/gphoto2-list.c
+--- libgphoto2-2.4.0~/libgphoto2/gphoto2-list.c        2007-07-27 02:35:31.000000000 +0200
++++ libgphoto2-2.4.0/libgphoto2/gphoto2-list.c 2007-09-28 20:09:31.392540127 +0200
+@@ -72,7 +72,7 @@
+ #ifdef CAMERALIST_STRUCT_COMPATIBILITY
+-#define MAX_ENTRIES 1024
++#define MAX_ENTRIES 8192
+ #define MAX_LIST_STRING_LENGTH 128
+ struct _CameraList {
+       int  count;
This page took 0.046357 seconds and 4 git commands to generate.