Commit in rosapps on MAIN
net/telnet/src/tnclass.h+2-11.1 -> 1.2
              /tnclip.cpp+2-11.1 -> 1.2
              /tnconfig.cpp+2-11.1 -> 1.2
              /tnetwork.cpp+2-11.1 -> 1.2
              /tscript.cpp+2-11.1 -> 1.2
winfile/format.h+2-11.2 -> 1.3
+12-6
6 modified files
Patch by Sylvain Petreolle:
'No newline at EOF' warning fix.

rosapps/net/telnet/src
tnclass.h 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- tnclass.h	30 Dec 2001 10:05:48 -0000	1.1
+++ tnclass.h	18 Feb 2004 13:46:15 -0000	1.2
@@ -70,4 +70,5 @@
 	void SetLocalAddress(SOCKET s);
 };
 
-#endif
\ No newline at end of file
+#endif
+

rosapps/net/telnet/src
tnclip.cpp 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- tnclip.cpp	30 Dec 2001 10:05:48 -0000	1.1
+++ tnclip.cpp	18 Feb 2004 13:46:15 -0000	1.2
@@ -56,4 +56,5 @@
 	GlobalUnlock(clipboard_data);
 	
 	CloseClipboard();
-}
\ No newline at end of file
+}
+

rosapps/net/telnet/src
tnconfig.cpp 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- tnconfig.cpp	30 Dec 2001 10:05:48 -0000	1.1
+++ tnconfig.cpp	18 Feb 2004 13:46:15 -0000	1.2
@@ -700,4 +700,5 @@
    if(!stricmp(str, "true")) *boolval = true;
    else if(!stricmp(str, "on")) *boolval = true;
 	else *boolval = (bool)atoi(str);
-}
\ No newline at end of file
+}
+

rosapps/net/telnet/src
tnetwork.cpp 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- tnetwork.cpp	30 Dec 2001 10:05:48 -0000	1.1
+++ tnetwork.cpp	18 Feb 2004 13:46:15 -0000	1.2
@@ -88,4 +88,5 @@
 void TNetwork::SetLocalAddress(char *buf) {
 	local_address = new char[strlen(buf) + 1];
 	strcpy(local_address, buf);
-}
\ No newline at end of file
+}
+

rosapps/net/telnet/src
tscript.cpp 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- tscript.cpp	30 Dec 2001 10:05:48 -0000	1.1
+++ tscript.cpp	18 Feb 2004 13:46:15 -0000	1.2
@@ -59,4 +59,5 @@
 void TScript::initScript (char *filename) {
 	if(fp) fclose(fp);
 	fp = fopen(filename, "rt");
-}
\ No newline at end of file
+}
+

rosapps/winfile
format.h 1.2 -> 1.3
diff -u -r1.2 -r1.3
--- format.h	9 Jul 2002 19:46:14 -0000	1.2
+++ format.h	18 Feb 2004 13:46:15 -0000	1.3
@@ -89,4 +89,5 @@
    #if defined (__cplusplus)
    }
    #endif
-   #endif
\ No newline at end of file
+   #endif
+
CVSspam 0.2.8