Skip to content

Commit 1a431d6

Browse files
committed
FIX: fixed wrong definition name (regression)
related to: Oldes/Rebol-issues#2599
1 parent d6c8994 commit 1a431d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/n-io.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ static REBSER *Read_All_File(char *fname)
504504
if (!tmp) return R_NONE;
505505

506506
// Convert OS native wide string back to Rebol file type
507-
#ifdef OS_WIDE
507+
#ifdef OS_WIDE_CHAR
508508
new = To_REBOL_Path(tmp, 0, OS_WIDE, FALSE);
509509
#else
510510
REBLEN len = LEN_BYTES(tmp);

0 commit comments

Comments
 (0)