Bladeren bron

Compliance with string changes

Brian Fiete 7 maanden geleden
bovenliggende
commit
c003557bef
2 gewijzigde bestanden met toevoegingen van 2 en 4 verwijderingen
  1. 1 1
      BeefBuild/src/Program.bf
  2. 1 3
      IDE/src/Debugger/DebugManager.bf

+ 1 - 1
BeefBuild/src/Program.bf

@@ -31,7 +31,7 @@ namespace BeefBuild
 
 			//TestZip2();
 			String commandLine = scope String();
-			commandLine.Join(" ", params args);
+			commandLine.Join(" ", args);
 
 			BuildApp mApp = new BuildApp();	
 			mApp.ParseCommandLine(commandLine);

+ 1 - 3
IDE/src/Debugger/DebugManager.bf

@@ -544,10 +544,8 @@ namespace IDE.Debugger
 
 		public void HotLoad(String[] objectFileNames, int hotIdx)
 		{
-			
-
 			String filenamesStr = scope String();
-			filenamesStr.Join("\n", params objectFileNames);
+			filenamesStr.Join("\n", objectFileNames);
 			Debugger_HotLoad(filenamesStr, (int32)hotIdx);
 
 			// The hot load will bind breakpoints to any new methods, but the old versions