projects
/
framework
/
multimedia
/
libmm-common.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0f515f
)
fix length of max file path
author
younghwan
<younghwan_.an@samsung.com>
Mon, 14 Oct 2013 05:35:40 +0000
(14:35 +0900)
committer
younghwan
<younghwan_.an@samsung.com>
Mon, 14 Oct 2013 05:35:40 +0000
(14:35 +0900)
Change-Id: I08cc0928e876b2feb687c03395d3f06125f160ca
include/mm_types.h
patch
|
blob
|
history
diff --git
a/include/mm_types.h
b/include/mm_types.h
index
44272fd
..
228cd99
100644
(file)
--- a/
include/mm_types.h
+++ b/
include/mm_types.h
@@
-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.