Index: fJvclConverterMain.pas
===================================================================
--- fJvclConverterMain.pas	(revision 12678)
+++ fJvclConverterMain.pas	(working copy)
@@ -444,7 +444,7 @@
 begin
   Item := SearchList.Selected;
   if Item <> nil then
-    WinExec(PChar('Notepad ' + Item.Caption), sw_Normal);
+    WinExec(PAnsiChar('Notepad ' + Item.Caption), sw_Normal);
 end;
 
 procedure TfrmMain.FormCreate(Sender: TObject);
