mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 04:08:27 +08:00
bugfix
This commit is contained in:
parent
b58205b0cb
commit
1cc5aa47cc
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue
Block a user