mirror of https://github.com/GNOME/gimp.git
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:
parent
faf7eaa244
commit
bc5cb7edc3
|
@ -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>
|
||||
|
||||
* plug-ins/script-fu/scheme-wrapper.c
|
||||
|
|
|
@ -316,7 +316,7 @@ uri_backend_load_image (const gchar *uri,
|
|||
|
||||
/* Switch to byte parsing wget's output... */
|
||||
|
||||
while (1)
|
||||
while (TRUE)
|
||||
{
|
||||
dot = fgetc (input);
|
||||
|
||||
|
|
|
@ -3064,7 +3064,7 @@ p_scann_path_prop (gchar *scan_ptr,
|
|||
}
|
||||
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);
|
||||
|
|
Loading…
Reference in New Issue