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

Modified Files:
        GenerateRFC3454.cs 
Log Message:
Don't wait for return from user (breaks batch usage).


--- /home/jas/self/public-cvs/libidn/csharp/generate/GenerateRFC3454.cs 
2007/03/13 10:11:00     1.3
+++ /home/jas/self/public-cvs/libidn/csharp/generate/GenerateRFC3454.cs 
2007/03/13 10:11:26     1.4
@@ -37,8 +37,6 @@
                 Console.WriteLine("Unable to find rfc3454.txt.");
                 Console.WriteLine("Please download this file from:");
                 Console.WriteLine("http://www.ietf.org/rfc/rfc3454.txt";);
-                Console.WriteLine("Press Return to exit");
-                Console.ReadLine();
                 
                 return;                
             }



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

Reply via email to