FreeBSD Bugzilla – Attachment 11549 Details for
Bug 22709
daemon_saver.c fails compile with -Wall -Werror
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 873 bytes, created by
gordont
on 2000-11-09 01:50:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
gordont
Created:
2000-11-09 01:50:01 UTC
Size:
873 bytes
patch
obsolete
>--- daemon_saver.c.orig Wed Nov 8 17:33:53 2000 >+++ daemon_saver.c Wed Nov 8 17:35:34 2000 >@@ -174,14 +174,14 @@ > sc_vtb_putc(&sc->cur_scp->scr, > (ypos + y)*sc->cur_scp->xsize > + xpos + x, >- sc->scr_map[daemon_pic[y][px]], >+ sc->scr_map[(int) daemon_pic[y][px]], > attr); > } else { /* Moving right */ > sc_vtb_putc(&sc->cur_scp->scr, > (ypos + y)*sc->cur_scp->xsize > + xpos + DAEMON_MAX_WIDTH > - px - 1, >- sc->scr_map[xflip_symbol(daemon_pic[y][px])], >+ sc->scr_map[(int) xflip_symbol(daemon_pic[y][px])], > attr); > } > } >@@ -211,7 +211,7 @@ > #else > sc_vtb_putc(&sc->cur_scp->scr, > ypos*sc->cur_scp->xsize + xpos + x, >- sc->scr_map[s[x]], (FG_LIGHTGREEN | BG_BLACK) << 8); >+ sc->scr_map[(int) s[x]], (FG_LIGHTGREEN | BG_BLACK) << 8); > #endif > } > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 22709
: 11549