diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-06-12 20:55:51 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-06-12 20:55:51 +0000 |
commit | c17a6e16c1ecd0edf782315796f35543766627e5 (patch) | |
tree | 10becdc6401c4fc27a5342fb097e8703169171c3 /sysutils/consolehm | |
parent | 3cbb2f29f32e0f34f1071b71664bfe1ba0f0b4e1 (diff) |
Notes
Diffstat (limited to 'sysutils/consolehm')
-rw-r--r-- | sysutils/consolehm/files/patch-chm.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sysutils/consolehm/files/patch-chm.c b/sysutils/consolehm/files/patch-chm.c new file mode 100644 index 000000000000..d397e5beed16 --- /dev/null +++ b/sysutils/consolehm/files/patch-chm.c @@ -0,0 +1,10 @@ +--- chm.c.orig Sat Jun 12 22:53:48 2004 ++++ chm.c Sat Jun 12 22:54:11 2004 +@@ -165,6 +165,7 @@ + printf("Delay: %d microseconds. \n\n",delay); + break; + default: ++ break; + } + + file_handle = OpenIO(); |