dtfile: Remove 97 compiler warnings

This commit is contained in:
Peter Howkins
2012-08-30 19:54:01 +01:00
parent ef67cebea5
commit 764a0c7e72
19 changed files with 102 additions and 99 deletions

View File

@@ -2158,7 +2158,7 @@ AlternateInputHandler(
if (offset > 0)
{
buf[offset] = NULL;
buf[offset] = '\0';
buf = (String) DtEliminateDots (buf);
if ((stat (buf, &stat_data) == 0) ||
@@ -2310,7 +2310,7 @@ AlternateInputHandler2(
if (offset > 0)
{
buf[offset] = NULL;
buf[offset] = '\0';
buf = (String) DtEliminateDots (buf);
if ((stat (buf, &stat_data) == 0) ||
@@ -2429,7 +2429,7 @@ AlternateInputHandler3(
if (offset > 0)
{
buf[offset] = NULL;
buf[offset] = '\0';
buf = (String) DtEliminateDots (buf);
if ((stat (buf, &stat_data) == 0) ||