Skip to content

Commit 85bb164

Browse files
committed
Merge branch 'main' of https://github.com/urbanjost/fpm into main
2 parents b31bd0f + 3827548 commit 85bb164

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/fpm_filesystem.F90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -673,13 +673,13 @@ end function unix_path
673673
!! program demo_getline
674674
!! use,intrinsic :: iso_fortran_env, only : stdin=>input_unit
675675
!! use,intrinsic :: iso_fortran_env, only : iostat_end
676-
!! use M_filesystem, only : getline
676+
!! use FPM_filesystem, only : getline
677677
!! implicit none
678678
!! integer :: iostat
679679
!! character(len=:),allocatable :: line, iomsg
680680
!! open(unit=stdin,pad='yes')
681681
!! INFINITE: do
682-
!! call getline(stdin,line,iostat=iostat,iomsg)
682+
!! call getline(stdin,line,iostat,iomsg)
683683
!! if(iostat /= 0) exit INFINITE
684684
!! write(*,'(a)')'['//line//']'
685685
!! enddo INFINITE

0 commit comments

Comments
 (0)