File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -298,7 +298,7 @@ REBINT Mode_Syms[] = {
298
298
// append temporary CRLF on Windows or LF on Posix
299
299
// @@ https://github.com/rebol/rebol-issues/issues/2102
300
300
#ifdef TO_WINDOWS
301
- Append_Bytes_Len (VAL_SERIES (data ), "\r\n" , 2 );
301
+ Append_Bytes_Len (VAL_SERIES (data ), cb_cast ( "\r\n" ) , 2 );
302
302
n = 2 ;
303
303
#else
304
304
Append_Byte (VAL_SERIES (data ), '\n' );
Original file line number Diff line number Diff line change 189
189
REBYTE * vp = NULL ;
190
190
REBYTE * ap = NULL ;
191
191
REBCNT len = 0 ;
192
- REBINT alen ;
193
- REBINT v ;
192
+ REBCNT alen ;
193
+ REBCNT v ;
194
194
REBINT a ;
195
195
REBDEC dec ;
196
196
Original file line number Diff line number Diff line change 41
41
#include "reb-host.h"
42
42
#include "host-lib.h"
43
43
44
- void Done_Device (int handle , int error );
44
+ void Done_Device (REBUPT handle , int error );
45
45
46
46
// Move or remove globals? !?
47
47
HWND Event_Handle = 0 ; // Used for async DNS
You can’t perform that action at this time.
0 commit comments