File tree Expand file tree Collapse file tree 4 files changed +3
-3
lines changed
Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -363,7 +363,7 @@ options cmplib = sasuser.func;
363363 set _tmp_rtf_raw ;
364364 reg_rtf_del_ctrl_id = prxparse ("s/(?:®_ctrl)\s*//o" );
365365 reg_rtf_del_ctrl_id_4 = prxparse ("s/(?:®_ctrl_4)\s*/$1/o" );
366- reg_rtf_del_ctrl_id_5 = prxparse ("s/(?:®_ctrl_5)\s* /$1/o" );
366+ reg_rtf_del_ctrl_id_5 = prxparse ("s/(?:®_ctrl_5)/$1/o" );
367367 if flag_header = "Y" or flag_data = "Y" then do ;
368368 context_raw = prxchange (reg_rtf_del_ctrl_id, - 1 , strip (context_raw));
369369 context_raw = prxchange (reg_rtf_del_ctrl_id_4, - 1 , strip (context_raw));
Original file line number Diff line number Diff line change @@ -363,7 +363,7 @@ options cmplib = sasuser.func;
363363 set _tmp_rtf_raw ;
364364 reg_rtf_del_ctrl_id = prxparse ("s/(?:®_ctrl)\s*//o" );
365365 reg_rtf_del_ctrl_id_4 = prxparse ("s/(?:®_ctrl_4)\s*/$1/o" );
366- reg_rtf_del_ctrl_id_5 = prxparse ("s/(?:®_ctrl_5)\s* /$1/o" );
366+ reg_rtf_del_ctrl_id_5 = prxparse ("s/(?:®_ctrl_5)/$1/o" );
367367 if flag_header = "Y" or flag_data = "Y" then do ;
368368 context_raw = prxchange (reg_rtf_del_ctrl_id, - 1 , strip (context_raw));
369369 context_raw = prxchange (reg_rtf_del_ctrl_id_4, - 1 , strip (context_raw));
Original file line number Diff line number Diff line change @@ -363,7 +363,7 @@ options cmplib = sasuser.func;
363363 set _tmp_rtf_raw ;
364364 reg_rtf_del_ctrl_id = prxparse ("s/(?:®_ctrl)\s*//o" );
365365 reg_rtf_del_ctrl_id_4 = prxparse ("s/(?:®_ctrl_4)\s*/$1/o" );
366- reg_rtf_del_ctrl_id_5 = prxparse ("s/(?:®_ctrl_5)\s* /$1/o" );
366+ reg_rtf_del_ctrl_id_5 = prxparse ("s/(?:®_ctrl_5)/$1/o" );
367367 if flag_header = "Y" or flag_data = "Y" then do ;
368368 context_raw = prxchange (reg_rtf_del_ctrl_id, - 1 , strip (context_raw));
369369 context_raw = prxchange (reg_rtf_del_ctrl_id_4, - 1 , strip (context_raw));
You can’t perform that action at this time.
0 commit comments