]> git.pld-linux.org Git - packages/BitchX.git/commitdiff
removed - unneeded
authoralchemyx <alchemyx@pld-linux.org>
Sun, 30 Jan 2000 12:14:55 +0000 (12:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    BitchX-iso2.patch -> 1.2

BitchX-iso2.patch [deleted file]

diff --git a/BitchX-iso2.patch b/BitchX-iso2.patch
deleted file mode 100644 (file)
index 170d459..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -ru BitchX/source/output.c BitchX.AX/source/output.c
---- BitchX/source/output.c     Tue Jan  4 08:27:26 2000
-+++ BitchX.AX/source/output.c  Sat Jan 29 23:41:06 2000
-@@ -49,17 +49,17 @@
- void charset_ibmpc (void)
- {
--      fwrite("\033(U", 3, 1, current_ftarget);        /* switch to IBM code page 437 */
-+//    fwrite("\033(U", 3, 1, current_ftarget);        /* switch to IBM code page 437 */
- }
- void charset_lat1 (void)
- {
--      fwrite("\033(B", 3, 1, current_ftarget);        /* switch to Latin-1 (ISO 8859-1) */
-+//    fwrite("\033(B", 3, 1, current_ftarget);        /* switch to Latin-1 (ISO 8859-1) */
- }
- void charset_cst(void)
- {
--      fwrite("\033(K", 3, 1, current_ftarget); /* switch too user-defined */
-+//    fwrite("\033(K", 3, 1, current_ftarget); /* switch too user-defined */
- }
- /* currently not used. */
This page took 0.07054 seconds and 4 git commands to generate.