mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2024-12-25 23:10:32 +00:00
Remove dup replacement from ConversionScript
This commit is contained in:
parent
fbc9139d94
commit
43f7974dcb
1 changed files with 0 additions and 1 deletions
|
@ -69,7 +69,6 @@ U0 Cvt(U8 *ff_mask="*", U8 *fu_flags="+r+l-i+S")
|
||||||
|
|
||||||
//From Anfintony's Insecticide November 24 2022
|
//From Anfintony's Insecticide November 24 2022
|
||||||
Find("GetMsg", ff_mask,fu_flags,"MessageGet");
|
Find("GetMsg", ff_mask,fu_flags,"MessageGet");
|
||||||
Find("GetMsg", ff_mask,fu_flags,"MessageGet");
|
|
||||||
Find("DRV_SIGNATURE_VAL", ff_mask,fu_flags,"DRIVE_SIGNATURE_VAL");
|
Find("DRV_SIGNATURE_VAL", ff_mask,fu_flags,"DRIVE_SIGNATURE_VAL");
|
||||||
Find("dv_signature", ff_mask,fu_flags,"drive_signature");
|
Find("dv_signature", ff_mask,fu_flags,"drive_signature");
|
||||||
Find("DrvTextAttrGet", ff_mask,fu_flags,"DriveTextAttrGet");
|
Find("DrvTextAttrGet", ff_mask,fu_flags,"DriveTextAttrGet");
|
||||||
|
|
Loading…
Reference in a new issue