[Title]fix name for windows
authormunkyu.im <munkyu.im@samsung.com>
Wed, 14 Mar 2012 10:51:24 +0000 (19:51 +0900)
committermunkyu.im <munkyu.im@samsung.com>
Wed, 14 Mar 2012 10:51:24 +0000 (19:51 +0900)
[Type]
[Module]
[Priority]
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

tizen/src/process.c

index b75fedd..29ea76b 100644 (file)
@@ -192,7 +192,7 @@ int remove_pidfile(void)
        }
 
 #ifdef _WIN32
-    if (remove(g_win32_locale_filename_from_utf8(pidname)) < 0) {
+    if (remove(g_win32_locale_filename_from_utf8(pidfname)) < 0) {
 #else
        if (remove(pidfname) < 0) {
 #endif