[Ttssh2-commit] [8002] typo fix.

Back to archive index
scmno****@osdn***** scmno****@osdn*****
2019年 8月 21日 (水) 12:41:24 JST


Revision: 8002
          https://osdn.net/projects/ttssh2/scm/svn/commits/8002
Author:   doda
Date:     2019-08-21 12:41:24 +0900 (Wed, 21 Aug 2019)
Log Message:
-----------
typo fix.

Modified Paths:
--------------
    branches/unicode_buf/teraterm/teraterm/clipboar.c

-------------- next part --------------
Modified: branches/unicode_buf/teraterm/teraterm/clipboar.c
===================================================================
--- branches/unicode_buf/teraterm/teraterm/clipboar.c	2019-08-20 18:18:43 UTC (rev 8001)
+++ branches/unicode_buf/teraterm/teraterm/clipboar.c	2019-08-21 03:41:24 UTC (rev 8002)
@@ -80,8 +80,8 @@
 	size_t send_index;
 	BOOL waited;
 	DWORD send_cr_tick;
-} clipbard_work_t;
-static clipbard_work_t cbwork;
+} clipboard_work_t;
+static clipboard_work_t cbwork;
 #endif
 
 static INT_PTR CALLBACK OnClipboardDlgProc(HWND hDlgWnd, UINT msg, WPARAM wp, LPARAM lp);
@@ -794,7 +794,7 @@
 void CBStartPasteW(HWND HWin, BOOL AddCR, BOOL Bracketed)
 {
 	unsigned int StrLen = 0;
-	clipbard_work_t *p;
+	clipboard_work_t *p;
 	wchar_t *str_w;
 
 	if (! cv.Ready) {
@@ -1091,7 +1091,7 @@
 //
 void CBSendW()
 {
-	clipbard_work_t *p = &cbwork;
+	clipboard_work_t *p = &cbwork;
 	int c;
 
 	if (p->send_str == NULL) {
@@ -1224,7 +1224,7 @@
 
 void CBEndPaste()
 {
-	clipbard_work_t *p = &cbwork;
+	clipboard_work_t *p = &cbwork;
 	TalkStatus = IdTalkKeyb;
 
 	if (p->send_str != NULL) {


Ttssh2-commit メーリングリストの案内
Back to archive index