From 7dd1ef0119eaade60107331f99cc127a8615fec6 Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Tue, 29 Jan 2002 00:58:39 +0000 Subject: [PATCH] Used proper "unsigned short" in place of "ushort" (not always defined). --- src/uifc/uifc.c | 2 +- src/uifc/uifcd.c | 2 +- src/uifc/uifcx.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/uifc/uifc.c b/src/uifc/uifc.c index 06c37640a5..7fde981576 100644 --- a/src/uifc/uifc.c +++ b/src/uifc/uifc.c @@ -1664,7 +1664,7 @@ void help() ,hbuf[HELPBUF_SIZE],str[256]; char *p; uint i,j,k,len; - ushort line; + unsigned short line; long l; FILE *fp; #ifndef __FLAT__ diff --git a/src/uifc/uifcd.c b/src/uifc/uifcd.c index c4a1e1fe2f..9e4e71be1d 100644 --- a/src/uifc/uifcd.c +++ b/src/uifc/uifcd.c @@ -352,7 +352,7 @@ void help() { char hbuf[HELPBUF_SIZE],str[256]; char *p; - ushort line; + unsigned short line; long l; FILE *fp; diff --git a/src/uifc/uifcx.c b/src/uifc/uifcx.c index e3bca826b7..51fafb6900 100644 --- a/src/uifc/uifcx.c +++ b/src/uifc/uifcx.c @@ -298,7 +298,7 @@ void help() { char hbuf[HELPBUF_SIZE],str[256]; char *p; - ushort line; + unsigned short line; long l; FILE *fp; -- GitLab