1
0
mirror of https://github.com/sasjs/core.git synced 2026-01-15 20:40:05 +00:00

fix: adding explicit $ sign to hex32. format in mp_md5() macro

This commit is contained in:
Allan Bowe
2022-03-07 19:57:25 +00:00
parent 245e85ef36
commit 5d5df977a6
3 changed files with 4 additions and 4 deletions

View File

@@ -54,5 +54,5 @@ put(md5(
&sep put(md5(trim(put(ifn(missing(&var),&var,&var*1),binary64.))),$hex32.)
%let sep=!!;
%end;
),hex32.)
),$hex32.)
%mend mp_md5;