T.R | Title | User | Personal Name | Date | Lines |
---|
513.1 | Hopefully | ZENDIA::DBIGELOW | Innovate, Integrate, Evaporate | Fri Dec 09 1994 15:08 | 24 |
| Phil,
Looks like this is in the CM_history module and is a simple 1 line
fix. Here's the code:
for (HContext = (CMHistoryContext *) CMHistoryListHead.next;
HContext != (CMHistoryContext *) &CMHistoryListHead;
HContext = HContext->next)
{
if (strcmp(HContext->system, system) == 0)
break;
}
The "(strcmp(HContext->system, system) == 0)" line should be changed to
------
"if (strcasecmp(HContext->system, system) == 0)"
----------
Any chance yuo can sneek this one into the master copy?
Cheers,
Dave
|
513.2 | | OPG::PHILIP | And through the square window... | Fri Dec 09 1994 15:28 | 6 |
| Dave and Connie,
This fix is in the MUP kit.
Cheers,
Phil
|
513.3 | WOW, What a Team! | CSC32::C_TOWNSEND | | Fri Dec 09 1994 17:03 | 6 |
| Gentlemen:
ABSOLUTELY, POSITIVELY WONDERFUL!
Thanks again,
Connie
|
513.4 | | OPG::PHILIP | And through the square window... | Fri Dec 09 1994 17:13 | 10 |
| Connie,
Thanks for the praise, but please wait until you have tested the MUP
before you agree its fixed!!
We should have a preliminary kit for you folks in the CSC to test on
tuesday/wednesday next week.
Cheers,
Phil
|