summaryrefslogtreecommitdiff
path: root/libgphoto2_port/gphoto2
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2007-10-28 20:55:16 +0000
committerMarcus Meissner <marcus@jet.franken.de>2007-10-28 20:55:16 +0000
commit5255d802102c10f971dc98f10828451d9922340d (patch)
treed34fd9e8132fe945ee784eb279f91e1f99327044 /libgphoto2_port/gphoto2
parent051e6a7b29dd105bcdff8f05bf32c798dda7ecce (diff)
downloadlibgphoto2-5255d802102c10f971dc98f10828451d9922340d.tar.gz
Increased GPPortInfo path buffer, since it can contain
path information This breaks binary compatibility, so bump major here too. git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@10833 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'libgphoto2_port/gphoto2')
-rw-r--r--libgphoto2_port/gphoto2/gphoto2-port-info-list.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgphoto2_port/gphoto2/gphoto2-port-info-list.h b/libgphoto2_port/gphoto2/gphoto2-port-info-list.h
index 945d21c1b..560941527 100644
--- a/libgphoto2_port/gphoto2/gphoto2-port-info-list.h
+++ b/libgphoto2_port/gphoto2/gphoto2-port-info-list.h
@@ -51,7 +51,7 @@ typedef enum {
typedef struct _GPPortInfo {
GPPortType type; /**< \brief The type of this port. */
char name[64]; /**< \brief The name of this port (usb:) */
- char path[64]; /**< \brief The path of this port (whatever is after the :) */
+ char path[4096]; /**< \brief The path of this port (whatever is after the :) */
/* Private */
char library_filename[1024]; /**< \brief Internal pathname of the port driver. Do not use outside of the port library. */