2000-06-04 03:35 UTC-0800 Ron Pinkas <Ron@Profit-Master.com>

* source/pp/ppcore.c
     * Commented fix 2000-06-02 14:45 UTC-0800 Ron Pinkas <Ron@Profit-Master.com> until more complete solution
This commit is contained in:
Ron Pinkas
2000-06-04 10:52:40 +00:00
parent d4785143b3
commit 29eb8c65fa
2 changed files with 8 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2000-06-04 03:35 UTC-0800 Ron Pinkas <Ron@Profit-Master.com>
* source/pp/ppcore.c
* Commented fix 2000-06-02 14:45 UTC-0800 Ron Pinkas <Ron@Profit-Master.com> until more complete solution
2000-06-04 03:30 UTC-0800 Ron Pinkas <Ron@Profit-Master.com>
* source/pp/ppcore.c
* Corrected error message in SetRules() to report filename with default extension.

View File

@@ -1147,6 +1147,7 @@ static int CommandStuff( char * ptrmp, char * inputLine, char * ptro, int * lenr
if( ptr )
ptrmp = ptr;
/* Ron Pinkas added 2000-06-02 14:45 UTC-0800 */
/*
else if( *ptrmp == '[' )
{
ptr = strtopti+ipos;
@@ -1165,9 +1166,11 @@ static int CommandStuff( char * ptrmp, char * inputLine, char * ptro, int * lenr
}
}
}
*/
/* Ron Pinkas End */
}
/* Ron Pinkas added 2000-06-02 14:45 UTC-0800 */
/*
else if( ipos && *ptrmp == '[' )
{
ptr = strtopti+ipos;
@@ -1186,6 +1189,7 @@ static int CommandStuff( char * ptrmp, char * inputLine, char * ptro, int * lenr
}
}
}
*/
/* Ron Pinkas End */
}
switch( *ptrmp ) {