Update of /home/jas/self/public-cvs/libidn/csharp/generate
In directory mocca:/home/jas/self/src/libidn/csharp/generate

Modified Files:
        GenerateNFKC.cs 
Log Message:
Don't wait for newline from user (breaks batch usage).  Fix typo.


--- /home/jas/self/public-cvs/libidn/csharp/generate/GenerateNFKC.cs    
2007/03/13 09:56:55     1.1
+++ /home/jas/self/public-cvs/libidn/csharp/generate/GenerateNFKC.cs    
2007/03/13 10:12:04     1.2
@@ -1,4 +1,4 @@
-/// <summary> Copyright (C) 2004  Free Software Foundation, Inc.
+/// <summary> Copyright (C) 2004, 2007  Free Software Foundation, Inc.
 /// *
 /// Author: Alexander Gnauck AG-Software
 /// *
@@ -678,8 +678,7 @@
             }
 
             //Console.WriteLine(" Ok.");             
-            Console.WriteLine("Fineshed, Press Return to exit!");
-            Console.ReadLine();
+            Console.WriteLine("Finshed!");
         }
     }
 }
\ No newline at end of file



_______________________________________________
Libidn-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/libidn-commit

Reply via email to