diff options
Diffstat (limited to 'archivers/peazip/files/patch-unit8.pas')
-rw-r--r-- | archivers/peazip/files/patch-unit8.pas | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/archivers/peazip/files/patch-unit8.pas b/archivers/peazip/files/patch-unit8.pas deleted file mode 100644 index badf55485b97..000000000000 --- a/archivers/peazip/files/patch-unit8.pas +++ /dev/null @@ -1,29 +0,0 @@ ---- unit8.pas.orig 2016-01-27 13:11:27.063394000 -0500 -+++ unit8.pas 2016-01-27 13:14:04.758776000 -0500 -@@ -170,7 +170,7 @@ - procedure new_pm; - var - i,rc:integer; -- s:utf8string; -+ s:AnsiString; - begin - if InputQuery(txt_edit+' '+FormPM.mpw.Caption, '', s) then - begin -@@ -190,7 +190,7 @@ - end; - - procedure editpw_pm; --var s:utf8string; -+var s:AnsiString; - begin - if FormPM.StringGridPM.Row=0 then - begin -@@ -207,7 +207,7 @@ - end; - - procedure setdescription_pm; --var s:utf8string; -+var s:AnsiString; - begin - if FormPM.StringGridPM.Row=0 then - begin |