Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
GIMP
Commits
3de98de2
Commit
3de98de2
authored
Aug 02, 1998
by
scott
Browse files
I am an idiot. Always balance your brackets. --sg
parent
42185929
Changes
3
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
3de98de2
Sun Aug 2 06:02:01 1998 Scott Goehring <scott@poverty.bloomington.in.us>
* app/tile_manager.c (tile_manager_map): I am an idiot.
Sat Aug 1 20:50:47 1998 Scott Goehring <scott@poverty.bloomington.in.us>
* app/tile_manager.c: Added an assertion check in tile_manager_map
...
...
app/base/tile-manager.c
View file @
3de98de2
...
...
@@ -601,6 +601,7 @@ tile_manager_map (TileManager *tm,
(
*
tile_ptr
)
->
bpp
!=
srctile
->
bpp
)
{
g_warning
(
"tile_manager_map: nonconformant map (%p -> %p)"
,
srctile
,
*
tile_ptr
);
}
tile_detach
(
*
tile_ptr
,
tm
,
tile_num
);
/* printf(">");fflush(stdout);*/
...
...
app/tile_manager.c
View file @
3de98de2
...
...
@@ -601,6 +601,7 @@ tile_manager_map (TileManager *tm,
(
*
tile_ptr
)
->
bpp
!=
srctile
->
bpp
)
{
g_warning
(
"tile_manager_map: nonconformant map (%p -> %p)"
,
srctile
,
*
tile_ptr
);
}
tile_detach
(
*
tile_ptr
,
tm
,
tile_num
);
/* printf(">");fflush(stdout);*/
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment