mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-02 13:03:01 +08:00
Downport
This commit is contained in:
parent
63c8e4808c
commit
24e319cc68
|
@ -1080,7 +1080,7 @@ CLASS ZCL_ABAPGIT_GUI_PAGE_DIFF IMPLEMENTATION.
|
|||
lv_patch_count = lv_patch_count + 1.
|
||||
ENDLOOP.
|
||||
|
||||
rv_are_all_lines_patched = xsdbool( lv_patch_count = lines( it_diff ) ).
|
||||
rv_are_all_lines_patched = boolc( lv_patch_count = lines( it_diff ) ).
|
||||
|
||||
ENDMETHOD.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user