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:
@@ -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.
|
||||
|
||||
@@ -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 ) {
|
||||
|
||||
Reference in New Issue
Block a user