aboutsummaryrefslogtreecommitdiff
path: root/archivers/peazip/files/patch-unit8.pas
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/peazip/files/patch-unit8.pas')
-rw-r--r--archivers/peazip/files/patch-unit8.pas29
1 files changed, 29 insertions, 0 deletions
diff --git a/archivers/peazip/files/patch-unit8.pas b/archivers/peazip/files/patch-unit8.pas
new file mode 100644
index 000000000000..badf55485b97
--- /dev/null
+++ b/archivers/peazip/files/patch-unit8.pas
@@ -0,0 +1,29 @@
+--- 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