pike.git/
src/
modules/
Image/
encodings/
xcf.c
Branch:
Tag:
Non-build tags
All tags
No tags
2000-10-08
2000-10-08 22:39:54 by Per Hedbor <ph@opera.com>
296ca2d57e83a22af6e0f56d2283d0a2f0e807bb (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Avoid warning
Rev: src/modules/Image/encodings/xcf.c:1.23
1:
#include "global.h"
-
RCSID("$Id: xcf.c,v 1.
22
2000/10/08
21
:
12
:
45
per Exp $");
+
RCSID("$Id: xcf.c,v 1.
23
2000/10/08
22
:
39
:
54
per Exp $");
#include "image_machine.h"
1380:
} x += TILE_WIDTH;
-
if( x >= rxs )
+
if(
(int)
x >=
(int)
rxs )
{ x = 0; y += TILE_HEIGHT;