*** empty log message ***
This commit is contained in:
parent
88a6abd818
commit
c499cb13f2
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* $Id: AwkExtio.cpp,v 1.4 2006-12-11 14:58:25 bacon Exp $
|
||||
* $Id: AwkExtio.cpp,v 1.5 2006-12-12 05:54:33 bacon Exp $
|
||||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
@ -63,7 +63,7 @@ STDMETHODIMP CAwkExtio::get_Mode(int *pVal)
|
||||
|
||||
STDMETHODIMP CAwkExtio::get_Handle (VARIANT *pVal)
|
||||
{
|
||||
*pVal = handle;
|
||||
VariantCopy (pVal, &handle);
|
||||
return S_OK;
|
||||
}
|
||||
|
||||
|
@ -215,7 +215,7 @@ Function Awk_ReadExtio(ByVal extio As ASELib.AwkExtio, ByVal buf As ASELib.Buffe
|
||||
Exit Function
|
||||
End If
|
||||
|
||||
Let console = extio.Handle
|
||||
Set console = extio.Handle
|
||||
If console.Count = 0 Then
|
||||
value = ConsoleIn.Text
|
||||
l = Len(value)
|
||||
|
Loading…
x
Reference in New Issue
Block a user