From 5255d802102c10f971dc98f10828451d9922340d Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Sun, 28 Oct 2007 20:55:16 +0000 Subject: 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 --- libgphoto2_port/gphoto2/gphoto2-port-info-list.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libgphoto2_port/gphoto2') 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. */ -- cgit v1.2.1