diff options
Diffstat (limited to 'sys/boot/forth/pnp.4th')
-rw-r--r-- | sys/boot/forth/pnp.4th | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/forth/pnp.4th b/sys/boot/forth/pnp.4th index a9f2899..395164d 100644 --- a/sys/boot/forth/pnp.4th +++ b/sys/boot/forth/pnp.4th @@ -158,7 +158,7 @@ only forth also support-functions : load-pnp 0 to end_of_file? reset_line_reading - s" /boot/pnpid.conf" fopen fd ! + s" /boot/pnpid.conf" O_RDONLY fopen fd ! fd @ -1 <> if begin end_of_file? 0= |