Prechádzať zdrojové kódy

[java/cs] fixed resources

Caue Waneck 13 rokov pred
rodič
commit
abc3fb3bec
1 zmenil súbory, kde vykonal 1 pridanie a 3 odobranie
  1. 1 3
      gencommon.ml

+ 1 - 3
gencommon.ml

@@ -951,9 +951,7 @@ let dump_descriptor gen name path_s =
   (* dump all resources *)
   SourceWriter.write w "begin resources";
   SourceWriter.newline w;
-  Hashtbl.iter (fun name path -> 
-    SourceWriter.write w path;
-    SourceWriter.write w "@";
+  Hashtbl.iter (fun name _ -> 
     SourceWriter.write w name;
     SourceWriter.newline w
   ) gen.gcon.resources;