gimp r26912 - in trunk: . plug-ins/file-uri plug-ins/file-xjt



Author: mitch
Date: Wed Sep 10 09:53:21 2008
New Revision: 26912
URL: http://svn.gnome.org/viewvc/gimp?rev=26912&view=rev

Log:
2008-09-10  Michael Natterer  <mitch gimp org>

	* plug-ins/file-uri/uri-backend-wget.c
	* plug-ins/file-xjt/xjt.c: s/while (1)/while (TRUE)/



Modified:
   trunk/ChangeLog
   trunk/plug-ins/file-uri/uri-backend-wget.c
   trunk/plug-ins/file-xjt/xjt.c

Modified: trunk/plug-ins/file-uri/uri-backend-wget.c
==============================================================================
--- trunk/plug-ins/file-uri/uri-backend-wget.c	(original)
+++ trunk/plug-ins/file-uri/uri-backend-wget.c	Wed Sep 10 09:53:21 2008
@@ -316,7 +316,7 @@
 
       /*  Switch to byte parsing wget's output...  */
 
-      while (1)
+      while (TRUE)
         {
           dot = fgetc (input);
 

Modified: trunk/plug-ins/file-xjt/xjt.c
==============================================================================
--- trunk/plug-ins/file-xjt/xjt.c	(original)
+++ trunk/plug-ins/file-xjt/xjt.c	Wed Sep 10 09:53:21 2008
@@ -3064,7 +3064,7 @@
     }
   l_ptr = scan_ptr + strlen ("PATH");
 
-  while (1)
+  while (TRUE)
     {
       l_ptr = p_skip_blanks (l_ptr);
       l_ptr = p_scann_token (l_ptr, &l_param, &l_prop_id);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]