[Ttssh2-commit] [4837] Kermit で送信する、Attribute Type を ASCII から Binary に変更

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2012年 2月 7日 (火) 23:28:10 JST


Revision: 4837
          http://sourceforge.jp/projects/ttssh2/svn/view?view=rev&revision=4837
Author:   maya
Date:     2012-02-07 23:28:10 +0900 (Tue, 07 Feb 2012)
Log Message:
-----------
Kermit で送信する、Attribute Type を ASCII から Binary に変更
  バイナリデータが化けるため

Modified Paths:
--------------
    trunk/teraterm/ttpfile/kermit.c

-------------- next part --------------
Modified: trunk/teraterm/ttpfile/kermit.c
===================================================================
--- trunk/teraterm/ttpfile/kermit.c	2012-02-07 14:23:27 UTC (rev 4836)
+++ trunk/teraterm/ttpfile/kermit.c	2012-02-07 14:28:10 UTC (rev 4837)
@@ -897,7 +897,7 @@
 
 	if (_stati64(fv->FullName, &st) == 0) {
 		kv->FileAttrFlag = KMT_ATTR_TIME | KMT_ATTR_MODE | KMT_ATTR_SIZE | KMT_ATTR_TYPE;
-		kv->FileType = TRUE;
+		kv->FileType = FALSE; // Binary
 		kv->FileTime = st.st_ctime;
 		kv->FileMode = st.st_mode;
 		kv->FileSize = st.st_size;



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