projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e5247a
)
Eliminate extra period in OS/2 error messages.
author
Chris Hanson
<org/chris-hanson/cph>
Fri, 6 Jan 1995 22:14:29 +0000
(22:14 +0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Fri, 6 Jan 1995 22:14:29 +0000
(22:14 +0000)
v7/src/microcode/os2top.c
patch
|
blob
|
history
diff --git
a/v7/src/microcode/os2top.c
b/v7/src/microcode/os2top.c
index 08d6b803af64869baf8551090b532718c91091e4..4c4d9d36b33cffbc3fdaf88d964884a993da725b 100644
(file)
--- a/
v7/src/microcode/os2top.c
+++ b/
v7/src/microcode/os2top.c
@@
-1,6
+1,6
@@
/* -*-C-*-
-$Id: os2top.c,v 1.
7 1995/01/06 22:12:13
cph Exp $
+$Id: os2top.c,v 1.
8 1995/01/06 22:14:29
cph Exp $
Copyright (c) 1994-95 Massachusetts Institute of Technology
@@
-1550,7
+1550,7
@@
OS_error_code_to_message (unsigned int syserr)
and adding its own. */
if (last_message != 0)
{
- length = (strlen (last_message));
+
unsigned int
length = (strlen (last_message));
if ((length > 0) && ((last_message [length - 1]) == '.'))
(last_message [length - 1]) = '\0';
}