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

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)/


svn path=/trunk/; revision=26912
This commit is contained in:
Michael Natterer 2008-09-10 09:53:21 +00:00 committed by Michael Natterer
parent faf7eaa244
commit bc5cb7edc3
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
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)/
2008-09-09 Michael Natterer <mitch@gimp.org> 2008-09-09 Michael Natterer <mitch@gimp.org>
* plug-ins/script-fu/scheme-wrapper.c * plug-ins/script-fu/scheme-wrapper.c

View File

@ -316,7 +316,7 @@ uri_backend_load_image (const gchar *uri,
/* Switch to byte parsing wget's output... */ /* Switch to byte parsing wget's output... */
while (1) while (TRUE)
{ {
dot = fgetc (input); dot = fgetc (input);

View File

@ -3064,7 +3064,7 @@ p_scann_path_prop (gchar *scan_ptr,
} }
l_ptr = scan_ptr + strlen ("PATH"); l_ptr = scan_ptr + strlen ("PATH");
while (1) while (TRUE)
{ {
l_ptr = p_skip_blanks (l_ptr); l_ptr = p_skip_blanks (l_ptr);
l_ptr = p_scann_token (l_ptr, &l_param, &l_prop_id); l_ptr = p_scann_token (l_ptr, &l_param, &l_prop_id);