Changeset a78e273 in mainline


Ignore:
Timestamp:
2006-06-03T23:14:30Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d530237a
Parents:
2400469
Message:

Fixed bad state changing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • console/gcons.c

    r2400469 ra78e273  
    190190void gcons_in_kernel(void)
    191191{
    192         if (console_state[active_console] = CONS_DISCONNECTED_SEL)
     192        if (console_state[active_console] == CONS_DISCONNECTED_SEL)
    193193                console_state[active_console] = CONS_DISCONNECTED;
    194194        else
Note: See TracChangeset for help on using the changeset viewer.