OSDN Git Service

Fix bugs of simultaneous connection.
[ffftp/ffftp.git] / taskwin.c
index 3a6446c..9e269d3 100644 (file)
--- a/taskwin.c
+++ b/taskwin.c
@@ -156,7 +156,7 @@ HWND GetTaskWnd(void)
 *              なし\r
 *----------------------------------------------------------------------------*/\r
 \r
-void SetTaskMsg(const char *szFormat, ...)\r
+void SetTaskMsg(char *szFormat, ...)\r
 {\r
        int Pos;\r
        va_list vaArgs;\r
@@ -285,7 +285,7 @@ void DispTaskMsg(void)
 *              なし\r
 *----------------------------------------------------------------------------*/\r
 \r
-void DoPrintf(const char *szFormat, ...)\r
+void DoPrintf(char *szFormat, ...)\r
 {\r
        va_list vaArgs;\r
        char *szBuf;\r
@@ -332,7 +332,7 @@ void DoPrintf(const char *szFormat, ...)
 *              なし\r
 *----------------------------------------------------------------------------*/\r
 \r
-void DoPrintf2(const char *szFormat, ...)\r
+void DoPrintf2(char *szFormat, ...)\r
 {\r
        va_list vaArgs;\r
        char *szBuf;\r