fix length of max file path
authoryounghwan <younghwan_.an@samsung.com>
Mon, 14 Oct 2013 05:35:40 +0000 (14:35 +0900)
committeryounghwan <younghwan_.an@samsung.com>
Mon, 14 Oct 2013 05:35:40 +0000 (14:35 +0900)
Change-Id: I08cc0928e876b2feb687c03395d3f06125f160ca

include/mm_types.h

index 44272fd..228cd99 100644 (file)
@@ -44,8 +44,8 @@
 #endif
 
 
-#define MM_MAX_FILENAME_LEN    256                     /**< Maximum length of the file name */
-#define MM_MAX_URL_LEN         2048    /**< Maximum length of the maximum URL */
+#define MM_MAX_FILENAME_LEN    256     /**< Maximum length of the file name */
+#define MM_MAX_URL_LEN         4096    /**< Maximum length of the file path */
 
 /**
  * @def Defines range of logical volume factor.