projects
/
platform
/
core
/
appfw
/
slp-pkgmgr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
719b884
)
Upload Tizen2.0 beta source
2.0alpha
master
2.0_alpha
accepted/tizen/20130520.102724
submit/master/20120920.151040
submit/tizen/20130517.015349
author
Sewook Park
<sewook7.park@samsung.com>
Thu, 6 Sep 2012 06:14:45 +0000
(15:14 +0900)
committer
Sewook Park
<sewook7.park@samsung.com>
Thu, 6 Sep 2012 06:14:45 +0000
(15:14 +0900)
Change-Id: I43402be6f42f4c4b34523dc34a64d1b8284ff698
parser/pkgmgr_parser.c
patch
|
blob
|
history
diff --git
a/parser/pkgmgr_parser.c
b/parser/pkgmgr_parser.c
index
715ac70
..
a635883
100755
(executable)
--- a/
parser/pkgmgr_parser.c
+++ b/
parser/pkgmgr_parser.c
@@
-3859,8
+3859,8
@@
static int __ps_make_nativeapp_desktop(manifest_x * mfx)
FILE* file = NULL;
int fd = 0;
char filepath[PKG_STRING_LEN_MAX] = "";
- char buf[4096] = "";
- char buftemp[4096] = "";
+ char buf[4096
*2
] = "";
+ char buftemp[4096
*2
] = "";
for(; mfx->uiapplication; mfx->uiapplication=mfx->uiapplication->next) {