diff options
-rwxr-xr-x | parser/pkgmgr_parser.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/parser/pkgmgr_parser.c b/parser/pkgmgr_parser.c index 715ac70..a635883 100755 --- 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) { |