This commit is contained in:
larshp 2017-03-04 11:22:31 +00:00
parent b58205b0cb
commit 1cc5aa47cc

View File

@ -37,7 +37,7 @@ CLASS lcl_folder_logic IMPLEMENTATION.
lv_length = strlen( io_dot->get_starting_folder( ) ).
IF lv_length > strlen( lv_path ).
IF lv_length > strlen( iv_path ).
lcx_exception=>raise( 'unexpected folder structure' ).
ENDIF.
lv_path = iv_path+lv_length.