diff options
author | Koen Kooi <koen@openembedded.org> | 2005-06-30 08:19:37 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-06-30 08:19:37 +0000 |
commit | c8e5702127e507e82e6f68a4b8c546803accea9d (patch) | |
tree | 00583491f40ecc640f2b28452af995e3a63a09d7 /packages/console-tools/console-tools-0.3.2/codepage.patch | |
parent | 87ec8ca4d2e2eb4d1c1e1e1a6b46a395d56805b9 (diff) |
import clean BK tree at cset 1.3670
Diffstat (limited to 'packages/console-tools/console-tools-0.3.2/codepage.patch')
-rw-r--r-- | packages/console-tools/console-tools-0.3.2/codepage.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/packages/console-tools/console-tools-0.3.2/codepage.patch b/packages/console-tools/console-tools-0.3.2/codepage.patch index e69de29bb2..f6bd91e3e0 100644 --- a/packages/console-tools/console-tools-0.3.2/codepage.patch +++ b/packages/console-tools/console-tools-0.3.2/codepage.patch @@ -0,0 +1,16 @@ + +# +# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher +# + +--- console-tools-0.3.2/contrib/codepage.c~codepage ++++ console-tools-0.3.2/contrib/codepage.c +@@ -229,7 +229,7 @@ + return 0; + + fprintf(stderr, "\ +-Warning: CP format is a hack!\n ++Warning: CP format is a hack!\n\ + The files produced may or may not be usable!\n"); + + sprintf(outfile, "%d.cp", CPEntryHeader.codepage); |