[Title]fixed mistake code
authorsungmin ha <sungmin82.ha@samsung.com>
Thu, 19 Jul 2012 12:42:46 +0000 (21:42 +0900)
committersungmin ha <sungmin82.ha@samsung.com>
Thu, 19 Jul 2012 12:42:46 +0000 (21:42 +0900)
[Type]Bugfix
[Module]qemu
[Priority]Major
[Jira#] // Jira Issue Number
[Redmine#]  // Redmine Isuue Number
[Problem]  // Problem Description
[Cause]  // Cause Description
[Solution] // Solution Description
[TestCase]  // Executed the test-target (How to)

package/pkginfo.manifest
tizen/src/guest_server.c

index b552d9a..ee1c3b6 100644 (file)
@@ -1,5 +1,5 @@
 Package: emulator-qemu-x86
-Version: 1.3.1
+Version: 1.3.2
 OS: ubuntu-32
 Build-host-os: ubuntu-32
 Maintainer: Yeong-Kyoon Lee<yeongkyoon.lee@samsung.com>
@@ -9,7 +9,7 @@ Source: emulator
 Description: Tizen Emulator
 
 Package: emulator-qemu-x86
-Version: 1.3.1
+Version: 1.3.2
 OS: ubuntu-64
 Build-host-os: ubuntu-64
 Maintainer: Yeong-Kyoon Lee<yeongkyoon.lee@samsung.com>
@@ -19,7 +19,7 @@ Source: emulator
 Description: Tizen Emulator
 
 Package: emulator-qemu-x86
-Version: 1.3.1
+Version: 1.3.2
 OS: windows-32
 Build-host-os: windows-32
 Maintainer: Yeong-Kyoon Lee<yeongkyoon.lee@samsung.com>
index feabefd..23fe88b 100644 (file)
@@ -94,7 +94,7 @@ char* get_emulator_vms_sdcard_path(void)
 #else
        char emulator_vms[] = "\\tizen-sdk-data\\emulator-vms\\sdcard\\";
        HKEY hKey;
-       char strLocalAppDataPath[MAX] = {0};
+       char strLocalAppDataPath[1024] = {0};
        DWORD dwBufLen = 1024;
        RegOpenKeyEx(HKEY_CURRENT_USER,
         "Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Shell Folders",