Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6b38376

Browse files
committed
found a bug and fixed
1 parent efa2926 commit 6b38376

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

source/ut_metadata.pkb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,6 @@ create or replace package body ut_metadata as
318318
,occurrence => 1
319319
,modifier => 'm'
320320
,position => l_comment_pos
321-
--,subexpression => 1
322321
);
323322
exit when l_comment_pos = 0;
324323
l_comment := regexp_substr(srcstr => l_pkg_spec
@@ -337,7 +336,7 @@ create or replace package body ut_metadata as
337336
,position => l_comment_pos
338337
,occurrence => 1
339338
,modifier => 'm');
340-
l_comment_pos := l_comment_pos + length(l_comment);
339+
l_comment_pos := l_comment_pos + length(l_comment_replacer);
341340

342341
end loop;
343342

0 commit comments

Comments
 (0)