[freenet-cvs] r11555 - trunk/apps/new_installer/src

nextgens at freenetproject.org nextgens at freenetproject.org
Wed Jan 3 14:14:01 UTC 2007


Author: nextgens
Date: 2007-01-03 14:14:00 +0000 (Wed, 03 Jan 2007)
New Revision: 11555

Modified:
   trunk/apps/new_installer/src/Sha1Test.java
Log:
doh

Modified: trunk/apps/new_installer/src/Sha1Test.java
===================================================================
--- trunk/apps/new_installer/src/Sha1Test.java	2007-01-03 14:09:25 UTC (rev 11554)
+++ trunk/apps/new_installer/src/Sha1Test.java	2007-01-03 14:14:00 UTC (rev 11555)
@@ -14,7 +14,7 @@
 
 	public static void main(String[] args) {
 		final String URI2 = args[0];
-		final String path = (args[1] == null ? '.' : args[1] )+"/";
+		final String path = (args[1] == null ? "." : args[1] )+"/";
 		int count = 0;
 		if(URI2 == null) System.exit(2);
 




More information about the cvs mailing list