소스 검색

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

git-svn-id: trunk@42659 -
nickysn 6 년 전
부모
커밋
ae953214ee
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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')