Explorar el Código

* fixed quoting of the "description" wlink option on Windows

git-svn-id: trunk@42659 -
nickysn hace 6 años
padre
commit
ae953214ee
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      compiler/systems/t_win16.pas

+ 1 - 1
compiler/systems/t_win16.pas

@@ -250,7 +250,7 @@ begin
 
   LinkRes.Add('option quiet');
 
-  LinkRes.Add('option description '+maybequoted(description));
+  LinkRes.Add('option description '+maybequoted_for_script(description,script_unix));
 
   if target_dbg.id in [dbg_dwarf2,dbg_dwarf3,dbg_dwarf4] then
     LinkRes.Add('debug dwarf')