Misc warning killing
[tpg/acess2.git] / KernelLand / Kernel / drv / vterm.c
index 71c4d4a..b5e42d3 100644 (file)
@@ -136,7 +136,7 @@ int VT_Install(char **Arguments)
        
        if(!gsVT_InputDevice)   gsVT_InputDevice = (char*)DEFAULT_INPUT;
        else if( Module_EnsureLoaded( gsVT_InputDevice ) )      gsVT_InputDevice = (char*)DEFAULT_INPUT;
-       if( Module_EnsureLoaded( gsVT_OutputDevice ) ) {
+       if( Module_EnsureLoaded( gsVT_InputDevice ) ) {
                Log_Error("VTerm", "Fallback input '%s' is not avaliable, input will not be avaliable", DEFAULT_INPUT);
        }
        

UCC git Repository :: git.ucc.asn.au